Skip to content

Instantly share code, notes, and snippets.

@vinchi777
Last active February 26, 2021 11:43
Show Gist options
  • Save vinchi777/59a30b5b9f465c39acca00ef04eec4ab to your computer and use it in GitHub Desktop.
Save vinchi777/59a30b5b9f465c39acca00ef04eec4ab to your computer and use it in GitHub Desktop.
Keybindings for linux
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