mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Windows keys support with keymaps
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1315 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
76472292e4
commit
1289f43ab1
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue