qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4853] Improve jp106 keyboard support, by Akio Takebe.
@ 2008-07-07 19:29 Thiemo Seufer
  0 siblings, 0 replies; only message in thread
From: Thiemo Seufer @ 2008-07-07 19:29 UTC (permalink / raw)
  To: qemu-devel

Revision: 4853
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4853
Author:   ths
Date:     2008-07-07 19:29:49 +0000 (Mon, 07 Jul 2008)

Log Message:
-----------
Improve jp106 keyboard support, by Akio Takebe.

Modified Paths:
--------------
    trunk/keymaps/ja
    trunk/vnc_keysym.h

Modified: trunk/keymaps/ja
===================================================================
--- trunk/keymaps/ja	2008-07-05 21:54:32 UTC (rev 4852)
+++ trunk/keymaps/ja	2008-07-07 19:29:49 UTC (rev 4853)
@@ -101,6 +101,7 @@
 bar 0x7d shift
 underscore 0x73 shift
 Henkan_Mode 0x79
+Katakana_Real 0x70
 Katakana 0x70
 Muhenkan 0x7b
 Henkan_Mode_Real 0x79

Modified: trunk/vnc_keysym.h
===================================================================
--- trunk/vnc_keysym.h	2008-07-05 21:54:32 UTC (rev 4852)
+++ trunk/vnc_keysym.h	2008-07-07 19:29:49 UTC (rev 4853)
@@ -289,11 +289,14 @@
     /* 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	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-07 19:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-07 19:29 [Qemu-devel] [4853] Improve jp106 keyboard support, by Akio Takebe Thiemo Seufer

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).