xylogx@lemmy.world to Linux@lemmy.mlEnglish · 7 hours agoRemap CAPSLOCK to F11message-squaremessage-square7linkfedilinkarrow-up17arrow-down13file-text
arrow-up14arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 7 hours agomessage-square7linkfedilinkfile-text
Trust me you want to do this: #!/bin/bash # Remap Caps Lock to F11 xmodmap -e "keycode 66 = F11" xmodmap -e "clear Lock"
ctrl is more useful