xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 天前Remap CAPSLOCK to F11message-squaremessage-square9fedilinkarrow-up117file-text
arrow-up117message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 2 天前message-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"
Why?