Created
September 23, 2018 15:05
-
-
Save alienbogart/6ea3288609c3b1cc4f1a3382704cc076 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! {{{ swap contrl with alt | |
! clear control | |
! clear mod1 | |
! keycode 37 = Alt_L Meta_L | |
! keycode 37 = F2 | |
! keycode 64 = Control_L | |
! keycode 64 = | |
! add control = Control_L Control_R | |
! add mod1 = Alt_L Meta_L | |
! }}} | |
! {{{ caps to control | |
clear lock | |
clear control | |
keycode 66 = Control_L | |
add control = Control_L Control_R | |
! }}} | |
! {{{ tab to alt | |
keycode 23 = Alt_L | |
keycode 64 = Tab | |
!}}} | |
! {{{ f8 to delete | |
! keycode 119 = F8 | |
! {{{ misc | |
! F12 to menu-key | |
! keycode 135 = F12 | |
! F11 to win-right | |
! keycode 134 = F11 | |
! F10 to AltGr | |
keycode 108 = F10 | |
! F7 to scroll lock (disabled) | |
! keycode 78 = | |
! }}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment