Last active
February 26, 2021 11:43
-
-
Save vinchi777/59a30b5b9f465c39acca00ef04eec4ab to your computer and use it in GitHub Desktop.
Keybindings for linux
This file contains hidden or 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
keycode Caps_Lock = Mode_switch | |
!Map Capslock + h/j/k/l to arrow keys | |
keysym h = h H Left | |
keysym l = l L Right | |
keysym k = k K Up | |
keysym j = j J Down | |
!Map Capslock + ESC to ` | |
!Map Capslock + Shift + Esc to ~ | |
keysym Escape = Escape grave asciitilde |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment