Created
November 12, 2010 09:47
Revisions
-
behrends created this gist
Nov 12, 2010 .There are no files selected for viewing
This file contains 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ global setting - edit ~/.Xmodmap and put the following in it: !! No Caps Lock clear lock !! Make Caps_lock an escape key. keycode 0x42 = Escape without global setting: enable during current session: xmodmap -e "clear lock" xmodmap -e "keycode 0x42 = Escape" disable during current session: xmodmap -e "keycode 0x42 = Caps_Lock" xmodmap -e "add lock = Caps_Lock"