xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 months agoRemap CAPSLOCK to F11message-squaremessage-square10linkfedilinkarrow-up118arrow-down15file-text
arrow-up113arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 months agomessage-square10linkfedilinkfile-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-squareea6927d8@lemmy.mllinkfedilinkarrow-up7·2 months agoTap/hold esc/control is arguably more useful.
Tap/hold esc/control is arguably more useful.