Improve jp106 keyboard support, by Akio Takebe.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4853 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c7e8a937b7
commit
6a1ef8309e
@ -101,6 +101,7 @@ yen 0x7d
|
||||
bar 0x7d shift
|
||||
underscore 0x73 shift
|
||||
Henkan_Mode 0x79
|
||||
Katakana_Real 0x70
|
||||
Katakana 0x70
|
||||
Muhenkan 0x7b
|
||||
Henkan_Mode_Real 0x79
|
||||
|
@ -289,11 +289,14 @@ static name2keysym_t name2keysym[]={
|
||||
/* localized keys */
|
||||
{"BackApostrophe", 0xff21},
|
||||
{"Muhenkan", 0xff22},
|
||||
{"Katakana", 0xff25},
|
||||
{"Zenkaku_Hankaku", 0xff29},
|
||||
{"Katakana", 0xff27},
|
||||
{"Hankaku", 0xff29},
|
||||
{"Zenkaku_Hankaku", 0xff2a},
|
||||
{"Henkan_Mode_Real", 0xff23},
|
||||
{"Henkan_Mode_Ultra", 0xff3e},
|
||||
{"backslash_ja", 0xffa5},
|
||||
{"Katakana_Real", 0xff25},
|
||||
{"Eisu_toggle", 0xff30},
|
||||
|
||||
{0,0},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user