qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [Patch] japanese keyboard support
@ 2008-06-19  8:32 Akio Takebe
  2008-07-07 14:13 ` Akio Takebe
  0 siblings, 1 reply; 4+ messages in thread
From: Akio Takebe @ 2008-06-19  8:32 UTC (permalink / raw)
  To: qemu-devel

Hi,

This patch improves jp106 keyboard.
You can use '-k ja' option of qemu.

Signed-off-by: Akio Takebe <takebe_akio@jp.fujitsu.com>

Best Regards,

Akio Takebe


diff --git a/keymaps/ja b/keymaps/ja
index 6947cb1..9d90a78 100644
--- a/keymaps/ja
+++ b/keymaps/ja
@@ -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
diff --git a/vnc_keysym.h b/vnc_keysym.h
index 5c47104..b6a172d 100644
--- a/vnc_keysym.h
+++ b/vnc_keysym.h
@@ -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},
};

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-07-10 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-19  8:32 [Qemu-devel] [Patch] japanese keyboard support Akio Takebe
2008-07-07 14:13 ` Akio Takebe
2008-07-07 19:32   ` Thiemo Seufer
2008-07-10 22:51     ` Akio Takebe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).