linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Xiangfu Liu <xiangfu.z@gmail.com>
Cc: linux-input@vger.kernel.org
Subject: Re: [°] [¨] [€]  three characters in keyboard.
Date: Thu, 17 Sep 2009 23:17:53 -0700	[thread overview]
Message-ID: <20090918061752.GF18668@core.coreip.homeip.net> (raw)
In-Reply-To: <4AB3159D.6050404@gmail.com>

On Fri, Sep 18, 2009 at 01:07:41PM +0800, Xiangfu Liu wrote:
> Hi
>   I want make those three characters work in keyboard.
> I change the defkeymap.map like[1]. 
> but it's not work. Since I am a Chinese. never use the
> euro keyboard. give me some tips.
> 
> 
> thanks.
> 
> [1] 
> 
> part of defkeymap.map:
> keycode  30 = a
>         altgr   keycode  30 = F100
> keycode  31 = s
>         altgr   keycode  31 = F101
> keycode  32 = d
>         altgr   keycode  32 = F102
> ...

Use unicode notation:

altgr   keycode  30 = U+nnnn

where nnnn is UTF-8 code.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2009-09-18  6:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-18  5:07 [°] [¨] [€] three characters in keyboard Xiangfu Liu
2009-09-18  6:17 ` Dmitry Torokhov [this message]
2009-09-18  7:11   ` Xiangfu Liu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090918061752.GF18668@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=linux-input@vger.kernel.org \
    --cc=xiangfu.z@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).