xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 days agoRemap CAPSLOCK to F11message-squaremessage-square10fedilinkarrow-up117arrow-down14file-text
arrow-up113arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 days agomessage-square10fedilinkfile-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.mllinkfedilinkarrow-up5·2 days agoI remap it to ESC for vim (on all my main machines)
I remap it to ESC for vim (on all my main machines)