xylogx@lemmy.world to Linux@lemmy.mlEnglish · 1 day agoRemap CAPSLOCK to F11message-squaremessage-square9fedilinkarrow-up115arrow-down14file-text
arrow-up111arrow-down1message-squareRemap CAPSLOCK to F11xylogx@lemmy.world to Linux@lemmy.mlEnglish · 1 day 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-squareFauxLiving@lemmy.worldlinkfedilinkarrow-up9·1 day agoWhat you really want to do is to use a custom mechanical keyboard with QMK firmware so you can spend $500 to remove the capslock key from your key layout. It will also save you room in your .bashrc file (SSDs are not cheap, ya know).
What you really want to do is to use a custom mechanical keyboard with QMK firmware so you can spend $500 to remove the capslock key from your key layout.
It will also save you room in your .bashrc file (SSDs are not cheap, ya know).