@xylogx@lemmy.world to Linux@lemmy.mlEnglish • 19 days agoRemap CAPSLOCK to F11message-square10fedilinkarrow-up119arrow-down15
arrow-up114arrow-down1message-squareRemap CAPSLOCK to F11@xylogx@lemmy.world to Linux@lemmy.mlEnglish • 19 days agomessage-square10fedilink
Trust me you want to do this: #!/bin/bash # Remap Caps Lock to F11 xmodmap -e "keycode 66 = F11" xmodmap -e "clear Lock"
minus-square@FauxLiving@lemmy.worldlinkfedilink20•18 days 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).