TIL: Toggling capslock programmatically

This commit is contained in:
Asocia 2021-06-30 15:48:54 +03:00
parent e934cfa754
commit 4223579660

View File

@ -0,0 +1,5 @@
YOU CAN TOGGLE CAPS LOCK FROM COMMAND LINE BY DOING:
```
xdotool key Caps_Lock
```