Hi Is there a straight forward way to create a keyboard for a new locale [dz-bt] for use in Linux GUI's like GNOME and KDE? If seen information on XIM http://www.suse.de/~mfabian/suse-cjk/xim.html and SCIM http://ns.turbolinux.com.cn/~suzhe/scim/index.html - but these look like they are designed principally for creating complex IME's for CJK languages - and overkill for what I need to do (have a keypress or shifted keypress generate a single Unicode character) - Chris cfynn@gmx.net -- CJ Fynn
"C J Fynn" <cfynn@gmx.net> さんは書きました:
(have a keypress or shifted keypress generate a single Unicode character)
As a quick hack, you can use xmodmap for that, i.e. you can add something like the following to your ~/.Xmodmap file: ! For Unicode characters for which there doesn't exist a historic X11 ! keysym, use by convention 0x0100XXYY, where XXYY is the Unicode value of ! the character. Xterm and many other X11 applications understand that ! convention. ! keycode 166 = 0x01006f22 keysym a = a NoSymbol adiaeresis NoSymbol keysym minus = minus underscore 0x01002212 NoSymbol -- Mike FABIAN <mfabian@suse.de> http://www.suse.de/~mfabian 睡眠不足はいい仕事の敵だ。
participants (2)
-
C J Fynn
-
Mike FABIAN