Commit 6a1ef8309e23f9149ec6f4d676bb6bfc1a30b876
1 parent
c7e8a937
Improve jp106 keyboard support, by Akio Takebe.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4853 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
6 additions
and
2 deletions
keymaps/ja
@@ -101,6 +101,7 @@ yen 0x7d | @@ -101,6 +101,7 @@ yen 0x7d | ||
101 | bar 0x7d shift | 101 | bar 0x7d shift |
102 | underscore 0x73 shift | 102 | underscore 0x73 shift |
103 | Henkan_Mode 0x79 | 103 | Henkan_Mode 0x79 |
104 | +Katakana_Real 0x70 | ||
104 | Katakana 0x70 | 105 | Katakana 0x70 |
105 | Muhenkan 0x7b | 106 | Muhenkan 0x7b |
106 | Henkan_Mode_Real 0x79 | 107 | Henkan_Mode_Real 0x79 |
vnc_keysym.h
@@ -289,11 +289,14 @@ static name2keysym_t name2keysym[]={ | @@ -289,11 +289,14 @@ static name2keysym_t name2keysym[]={ | ||
289 | /* localized keys */ | 289 | /* localized keys */ |
290 | {"BackApostrophe", 0xff21}, | 290 | {"BackApostrophe", 0xff21}, |
291 | {"Muhenkan", 0xff22}, | 291 | {"Muhenkan", 0xff22}, |
292 | -{"Katakana", 0xff25}, | ||
293 | -{"Zenkaku_Hankaku", 0xff29}, | 292 | +{"Katakana", 0xff27}, |
293 | +{"Hankaku", 0xff29}, | ||
294 | +{"Zenkaku_Hankaku", 0xff2a}, | ||
294 | {"Henkan_Mode_Real", 0xff23}, | 295 | {"Henkan_Mode_Real", 0xff23}, |
295 | {"Henkan_Mode_Ultra", 0xff3e}, | 296 | {"Henkan_Mode_Ultra", 0xff3e}, |
296 | {"backslash_ja", 0xffa5}, | 297 | {"backslash_ja", 0xffa5}, |
298 | +{"Katakana_Real", 0xff25}, | ||
299 | +{"Eisu_toggle", 0xff30}, | ||
297 | 300 | ||
298 | {0,0}, | 301 | {0,0}, |
299 | }; | 302 | }; |