Skip to content

Instantly share code, notes, and snippets.

@rogerwalt
Created December 6, 2013 13:08
Show Gist options
  • Save rogerwalt/7823511 to your computer and use it in GitHub Desktop.
Save rogerwalt/7823511 to your computer and use it in GitHub Desktop.
Make Caps-Lock another Esc-Key
# ~/.Xmodmap
!! No Caps Lock
clear lock
!! Make Caps_lock an escape key.
keycode 0x42 = Escape
# $ xmodmap ~/.Xmodmap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment