All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akio Takebe <takebe_akio@jp.fujitsu.com>
To: kvm@vger.kernel.org
Subject: [Patch] Japanese keyboard support
Date: Tue, 17 Jun 2008 22:22:59 +0900	[thread overview]
Message-ID: <8C8D07D42CFE2takebe_akio@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/qemu/keymaps/ja b/qemu/keymaps/ja
index 6947cb1..9d90a78 100644
--- a/qemu/keymaps/ja
+++ b/qemu/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/qemu/vnc_keysym.h b/qemu/vnc_keysym.h
index 5c47104..b6a172d 100644
--- a/qemu/vnc_keysym.h
+++ b/qemu/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-17 13:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-17 13:22 Akio Takebe [this message]
2008-06-18 13:44 ` [Patch] Japanese keyboard support Avi Kivity
2008-06-19  1:07   ` 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=8C8D07D42CFE2takebe_akio@jp.fujitsu.com \
    --to=takebe_akio@jp.fujitsu.com \
    --cc=kvm@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.