diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-01 21:43:42 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-01 21:43:42 +0000 |
commit | 1289f43ab16f9a012fb3698bcc5c92e61c10cd34 (patch) | |
tree | fb051123e76a4ce6b846bc91ed2a22bd6388b8f8 /keymaps | |
parent | 76472292e4f4db41d518ff09bd68054ee010fe9e (diff) |
Windows keys support with keymaps
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1315 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'keymaps')
-rw-r--r-- | keymaps/modifiers | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/keymaps/modifiers b/keymaps/modifiers index 06c43442e5..d8b019f040 100644 --- a/keymaps/modifiers +++ b/keymaps/modifiers @@ -8,9 +8,10 @@ Alt_L 0x38 Control_R 0x9d Control_L 0x1d -# Translate Meta, Super and Hyper to Windows keys. +# Translate Super to Windows keys. # This is hardcoded. See documentation for details. +Super_R 0xdb +Super_L 0xdc # Translate Menu to the Windows Application key. -# This one does not work either. Menu 0xdd |