Commit d3ae49bcf77c7604447ab3e1e90a0df0b539afaa
1 parent
a76bab49
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
Showing
1 changed file
with
2 additions
and
2 deletions
keymaps/modifiers
@@ -10,8 +10,8 @@ Control_L 0x1d | @@ -10,8 +10,8 @@ Control_L 0x1d | ||
10 | 10 | ||
11 | # Translate Super to Windows keys. | 11 | # Translate Super to Windows keys. |
12 | # This is hardcoded. See documentation for details. | 12 | # This is hardcoded. See documentation for details. |
13 | -Super_R 0xdb | ||
14 | -Super_L 0xdc | 13 | +Super_R 0xdc |
14 | +Super_L 0xdb | ||
15 | 15 | ||
16 | # Translate Menu to the Windows Application key. | 16 | # Translate Menu to the Windows Application key. |
17 | Menu 0xdd | 17 | Menu 0xdd |