mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-01 01:32:34 +00:00
Japanese keyboard patch (kazu)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2304 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
2909b29aee
commit
f5e25d7007
@ -103,3 +103,6 @@ underscore 0x73 shift
|
||||
Henkan_Mode 0x79
|
||||
Katakana 0x70
|
||||
Muhenkan 0x7b
|
||||
Henkan_Mode_Real 0x79
|
||||
Henkan_Mode_Ultra 0x79
|
||||
backslash_ja 0x73
|
||||
|
10
vnc_keysym.h
10
vnc_keysym.h
@ -271,5 +271,15 @@ static name2keysym_t name2keysym[]={
|
||||
{"Num_Lock", 0xff7f}, /* XK_Num_Lock */
|
||||
{"Pause", 0xff13}, /* XK_Pause */
|
||||
{"Escape", 0xff1b}, /* XK_Escape */
|
||||
|
||||
/* localized keys */
|
||||
{"BackApostrophe", 0xff21},
|
||||
{"Muhenkan", 0xff22},
|
||||
{"Katakana", 0xff25},
|
||||
{"Zenkaku_Hankaku", 0xff29},
|
||||
{"Henkan_Mode_Real", 0xff23},
|
||||
{"Henkan_Mode_Ultra", 0xff3e},
|
||||
{"backslash_ja", 0xffa5},
|
||||
|
||||
{0,0},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user