diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-08 10:15:49 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-02-08 10:15:49 +0000 |
commit | 384099457e9d938871019ba2e5afc20280328884 (patch) | |
tree | 9a588cf6a81a732bc44caab7e636368ca2fd089a /hw/xwin/winkeybd.h | |
parent | ea5b09f95d6f25d8b0f8858c36b680055edd0da9 (diff) |
Backout ABNT2 and HK_Toggle fix since it broke keys F1 and F4.
Diffstat (limited to 'hw/xwin/winkeybd.h')
-rw-r--r-- | hw/xwin/winkeybd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xwin/winkeybd.h b/hw/xwin/winkeybd.h index f0f8dbc5f..31c0cbc23 100644 --- a/hw/xwin/winkeybd.h +++ b/hw/xwin/winkeybd.h @@ -161,10 +161,10 @@ g_iKeyMap [] = { /* 109 */ 0, 0, 0, /* 110 */ 0, 0, 0, /* 111 */ VK_DIVIDE, 0, KEY_KP_Divide, - /* 112 */ VK_KANA, KEY_HKTG, 0, + /* 112 */ 0, 0, 0, /* 113 */ 0, 0, 0, /* 114 */ 0, 0, 0, - /* 115 */ 0, KEY_BSlash2, 0, + /* 115 */ 0, 0, 0, /* 116 */ 0, 0, 0, /* 117 */ 0, 0, 0, /* 118 */ 0, 0, 0, |