qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] fix evdev_keycode_to_pc_keycode for Hangul/Latin & Hangul/Hanja toggles
@ 2012-03-26  9:05 홍도형
  0 siblings, 0 replies; 2+ messages in thread
From: 홍도형 @ 2012-03-26  9:05 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

[-- Attachment #1: Type: text/plain, Size: 872 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: 4321 bytes --]

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

* [Qemu-devel] [PATCH] fix evdev_keycode_to_pc_keycode for Hangul/Latin & Hangul/Hanja toggles
@ 2012-03-26 11:53 Dohyung Hong
  0 siblings, 0 replies; 2+ messages in thread
From: Dohyung Hong @ 2012-03-26 11:53 UTC (permalink / raw)
  To: qemu-devel

[-- 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 --]

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

end of thread, other threads:[~2012-03-26 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 11:53 [Qemu-devel] [PATCH] fix evdev_keycode_to_pc_keycode for Hangul/Latin & Hangul/Hanja toggles Dohyung Hong
  -- strict thread matches above, loose matches on Subject: below --
2012-03-26  9:05 홍도형

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