| ! {{{ 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