mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
keymaps support (initial patch by Johannes Schindelin)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1173 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
7b91a17212
commit
3d11d0eb33
44 changed files with 4107 additions and 113 deletions
16
keymaps/modifiers
Normal file
16
keymaps/modifiers
Normal file
|
@ -0,0 +1,16 @@
|
|||
Shift_R 0x36
|
||||
Shift_L 0x2a
|
||||
|
||||
Alt_R 0xb8
|
||||
Mode_switch 0xb8
|
||||
Alt_L 0x38
|
||||
|
||||
Control_R 0x9d
|
||||
Control_L 0x1d
|
||||
|
||||
# Translate Meta, Super and Hyper to Windows keys.
|
||||
# This is hardcoded. See documentation for details.
|
||||
|
||||
# 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