diff options
author | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-22 19:45:36 +0000 |
---|---|---|
committer | aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-22 19:45:36 +0000 |
commit | d3ae49bcf77c7604447ab3e1e90a0df0b539afaa (patch) | |
tree | 3ad08dae612ced38d036289cc68d26dc2c78b035 | |
parent | a76bab4952a1539266490295fb50b78802c467c2 (diff) |
fixing keymap for Windows keys (Stefano Stabellini)
Fixing Windows keys mapping (CS 15446 form xen-unstable).
Signed-off-by: Takanori Kasai <kasai.takanori@jp.fujitsu.com>
Signed-off-by: Junko Ichino <ichino.junko@jp.fujitsu.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5298 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | keymaps/modifiers | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keymaps/modifiers b/keymaps/modifiers index 84a04d651..4013a6f05 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 |