xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 months agoRemap CAPSLOCK to F11message-squaremessage-square8linkfedilinkarrow-up114arrow-down14file-text
arrow-up110arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 months agomessage-square8linkfedilinkfile-text
Trust me you want to do this: #!/bin/bash # Remap Caps Lock to F11 xmodmap -e "keycode 66 = F11" xmodmap -e "clear Lock"
minus-squareLiketearsinrain@lemmy.mldeleted by creatorlinkfedilinkarrow-up4·2 months agoI remap it to ESC for vim (on all my main machines)
I remap it to ESC for vim (on all my main machines)