Keyboard key remapping
You can remap Caps Lock either to Esc, or to Ctrl. I don’t know yet which is better. Or it can be both.
If you use Vim, you probably need this. KDE can do it through its settings, but it somehow sucks. Weird bugs when remapping Ctrl to Caps Lock.
UPD: remapping Caps to Ctrl with any program results in glitches. I’m sure it’s KDE’s fault.
# Links
- sezanzeb/input-remapper - works fine if you want to remap Caps to Esc. With Ctrl I have glitches on KDE.
- rvaiya/keyd: A key remapping daemon for linux. - tried, lags af
- interception / linux / plugins / caps2esc - lags too. Maybe bc of KDE
setxkbmap -option caps:escape
- dunno if it works, and how exactly, if it does. Ancient technology, avoid if possible.