xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 days agoRemap CAPSLOCK to F11message-squaremessage-square9fedilinkarrow-up115arrow-down14file-text
arrow-up111arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 days agomessage-square9fedilinkfile-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-squarewitness_me@lemmy.mllinkfedilinkarrow-up2·2 days agoMine is remapped to Ctrl since I use that way more often.
Mine is remapped to Ctrl since I use that way more often.