xylogx@lemmy.world to Linux@lemmy.mlEnglish · 27 days agoRemap CAPSLOCK to F11message-squaremessage-square9linkfedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 27 days agomessage-square9linkfedilinkfile-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-up0·27 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.