5 ms·
Remapping Capslock to Control: Windows: https://github.com/randyrants/sharpkeys https://github.com/randyrants/sharpkeys Ubuntu Linux (don't know about other L
by ad8e 3y ago
Remapping Capslock to Control:
Windows: https://github.com/randyrants/sharpkeys https://github.com/randyrants/sharpkeys
Ubuntu Linux (don't know about other Linuxes): /usr/share/X11/xkb/symbols/pc
key <CAPS> { [ Caps_Lock ] };
->
key <CAPS> { [ Control_L ] };
These solutions avoid needing to keep a keybinding application open. The Linux solution unfortunately resets after every version upgrade.