'`' key broken by xkeyboard-config change

David Miller davem at davemloft.net
Wed Mar 4 16:37:32 PST 2009


From: "Sergey V. Udaltsov" <svu at gnome.org>
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


More information about the xorg-devel mailing list