qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Patch] japanese keyboard support
Date: Thu, 19 Jun 2008 17:32:42 +0900	[thread overview]
Message-ID: <485A19AA.4020704@jp.fujitsu.com> (raw)

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},
};

             reply	other threads:[~2008-06-19  8:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-19  8:32 Akio Takebe [this message]
2008-07-07 14:13 ` [Qemu-devel] [Patch] japanese keyboard support Akio Takebe
2008-07-07 19:32   ` Thiemo Seufer
2008-07-10 22:51     ` Akio Takebe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485A19AA.4020704@jp.fujitsu.com \
    --to=takebe_akio@jp.fujitsu.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).