diff options
Diffstat (limited to 'keymaps/modifiers')
-rw-r--r-- | keymaps/modifiers | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keymaps/modifiers b/keymaps/modifiers new file mode 100644 index 0000000000..06c43442e5 --- /dev/null +++ b/keymaps/modifiers @@ -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 |