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-squaredavad@lemmy.worldlinkfedilinkarrow-up10·2 months agoRemap it to escape if you’re a vim user.
Remap it to escape if you’re a vim user.