Trust me you want to do this:
#!/bin/bash
# Remap Caps Lock to F11
xmodmap -e "keycode 66 = F11"
xmodmap -e "clear Lock"
You must log in or register to comment.
Why?
Mine is remapped to Ctrl since I use that way more often.
Remap it to escape if you’re a vim user.
ctrl is more useful
Tap/hold esc/caps for the win!
Tap/hold esc/control is arguably more useful.


