qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fixing keymap for Windows keys


From: Stefano Stabellini
Subject: [Qemu-devel] [PATCH] fixing keymap for Windows keys
Date: Fri, 19 Sep 2008 11:47:09 +0100
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Fixing Windows keys mapping (CS 15446 form xen-unstable).

Original authors (CC'ed):

Signed-off-by: Takanori Kasai <address@hidden>
Signed-off-by: Junko Ichino <address@hidden>

diff --git a/keymaps/modifiers b/keymaps/modifiers
index 84a04d6..4013a6f 100644
--- a/keymaps/modifiers
+++ b/keymaps/modifiers
@@ -10,8 +10,8 @@ Control_L 0x1d
 
 # Translate Super to Windows keys.
 # This is hardcoded. See documentation for details.
-Super_R 0xdb
-Super_L 0xdc
+Super_R 0xdc
+Super_L 0xdb
 
 # Translate Menu to the Windows Application key.
 Menu 0xdd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]