From: "Sergey V. Udaltsov" <[email protected]>
Date: Wed, 04 Mar 2009 23:47:28 +0000

> Hi David
> 
> In keycodes/evdev, there is a couple of lines:
> 
>         //<HZTG> =  93; // Hankaku/Zenkakau toggle - not actually used
>         alias <HZTG> = <TLDE>;
> 
> Could you please uncomment the first one - and comment the second one?
> 
> If it works, please let me know.

Yes the following patch makes it work:

diff --git a/keycodes/evdev b/keycodes/evdev
index d6963a2..dac400a 100644
--- a/keycodes/evdev
+++ b/keycodes/evdev
@@ -146,8 +146,8 @@ default xkb_keycodes "evdev" {
 
        // Keys that are generated on Japanese keyboards
 
-       //<HZTG> =  93; // Hankaku/Zenkakau toggle - not actually used
-       alias <HZTG> = <TLDE>;
+       <HZTG> =  93;   // Hankaku/Zenkakau toggle - not actually used
+       //alias <HZTG> = <TLDE>;
        <HKTG> = 101;   // Hiragana/Katakana toggle
        <AB11> = 97;    // backslash/underscore
        <HENK> = 100;   // Henkan
_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to