How do I make this work? In previous versions, I would run xmodmap with the line "Remove Lock = Caps_Lock", but this does not work since I upgraded to 13.1. The basic functionality seems to be there: I can for instance remap Caps_Lock to Tab with
, but what I want is for the Caps_Lock key to not do anything at all. (My fingers are too big, and I often hit it by accident when tabbing...)
Err... Cancel this. I found a way, just
- which I thought violated xmodmap syntax rules, but apparently not.
Code:
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Tab'
Err... Cancel this. I found a way, just
Code:
xmodmap -e 'clear Lock' -e 'keycode 0x42 = '