qemu-devel
[Top][All Lists]
Advanced

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

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


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] fixing keymap for Windows keys
Date: Mon, 22 Sep 2008 14:44:55 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)

Stefano Stabellini wrote:
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>

Applied.  Thanks.

Regards,

Anthony Liguori

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]