Skip to content

Commit

Permalink
Map Caps_Lock to Escape
Browse files Browse the repository at this point in the history
  • Loading branch information
adam8157 committed Jan 11, 2013
1 parent 0c23fef commit 99162cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ xset s off
xset dpms 0 0 0

# xmodmap
#xmodmap ~/.xmodmaprc
xmodmap ~/.xmodmaprc

# xresources
xrdb ~/.Xresources
Expand Down
3 changes: 3 additions & 0 deletions .xmodmaprc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
! Map Caps_Lock to Escape
remove Lock = Caps_Lock
keysym Caps_Lock = Escape

0 comments on commit 99162cc

Please sign in to comment.