Skip to content

Instantly share code, notes, and snippets.

@jmjoy
Created July 27, 2018 14:41
Show Gist options
  • Select an option

  • Save jmjoy/427b4cf6f41e6625172cea2085f30807 to your computer and use it in GitHub Desktop.

Select an option

Save jmjoy/427b4cf6f41e6625172cea2085f30807 to your computer and use it in GitHub Desktop.
Linux: Swap CapsLock Escape Keys
! -*- coding: utf-8 -*-
! Linux: Swap CapsLock Escape Keys.
! Run `xmodmap .Xmodmap` to get effect.
clear Lock
keycode 9 = Caps_Lock NoSymbol Caps_Lock
keycode 66 = Escape NoSymbol Escape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment