Caps Lock mod

This disables Caps Lock and transforms it into Ctrl. Also the last line disables mouse acceleration

by humancoder 2 years ago and tagged with: bash hacks keyboard
1
2
3
xmodmap -e "remove lock = Caps_Lock"
xmodmap -e "add control = Caps_Lock"
xset m 0 0

Currently 0 comments

To post a comment, you must login.