From: "Dohyung Hong" <don.hong@samsung.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] fix evdev_keycode_to_pc_keycode for Hangul/Latin & Hangul/Hanja toggles
Date: Mon, 26 Mar 2012 20:53:59 +0900 [thread overview]
Message-ID: <062801cd0b47$21e12840$65a378c0$@samsung.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
Scan code for Hangul/English is 0xf2,
Scan code for Hangul/Hanja is 0xf1
Signed-off-by: Dohyung Hong <don.hong@samsung.com>
---
diff --git a/ui/x_keymap.c b/ui/x_keymap.c
index b9b0944..5e1b796 100644
--- a/ui/x_keymap.c
+++ b/ui/x_keymap.c
@@ -127,8 +127,8 @@ static const uint8_t evdev_keycode_to_pc_keycode[61] = {
0, /* 127 EVDEV - PAUS */
0, /* 128 EVDEV - ???? */
0, /* 129 EVDEV - I129 ("Internet" Keyboards) */
- 0xf1, /* 130 EVDEV - HNGL (Korean Hangul Latin toggle) */
- 0xf2, /* 131 EVDEV - HJCV (Korean Hangul Hanja toggle) */
+ 0xf2, /* 130 EVDEV - HNGL (Korean Hangul Latin toggle) */
+ 0xf1, /* 131 EVDEV - HJCV (Korean Hangul Hanja toggle) */
0x7d, /* 132 AE13 (Yen)*/
0xdb, /* 133 EVDEV - LWIN */
0xdc, /* 134 EVDEV - RWIN */
[-- Attachment #2: Type: text/html, Size: 7332 bytes --]
next reply other threads:[~2012-03-26 11:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-26 11:53 Dohyung Hong [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-03-26 9:05 [Qemu-devel] [PATCH] fix evdev_keycode_to_pc_keycode for Hangul/Latin & Hangul/Hanja toggles 홍도형
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='062801cd0b47$21e12840$65a378c0$@samsung.com' \
--to=don.hong@samsung.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).