diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-05-11 15:12:49 -0500 |
commit | 9e80202352dd49bdd9e67b8b906d86f058431505 (patch) | |
tree | 5673c17aad6e3833da8c4ff21b5a11f666ec9fbe /src/pc-bios/keymaps/modifiers | |
download | hqemu-master.zip hqemu-master.tar.gz |
Diffstat (limited to 'src/pc-bios/keymaps/modifiers')
-rw-r--r-- | src/pc-bios/keymaps/modifiers | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pc-bios/keymaps/modifiers b/src/pc-bios/keymaps/modifiers new file mode 100644 index 0000000..d73b7a6 --- /dev/null +++ b/src/pc-bios/keymaps/modifiers @@ -0,0 +1,18 @@ +Shift_R 0x36 +Shift_L 0x2a + +Alt_R 0xb8 +Mode_switch 0xb8 +ISO_Level3_Shift 0xb8 +Alt_L 0x38 + +Control_R 0x9d +Control_L 0x1d + +# Translate Super to Windows keys. +# This is hardcoded. See documentation for details. +Super_R 0xdc +Super_L 0xdb + +# Translate Menu to the Windows Application key. +Menu 0xdd |