mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-10 02:59:37 +01:00
6 lines
84 B
Plaintext
6 lines
84 B
Plaintext
|
YOU CAN TOGGLE CAPS LOCK FROM COMMAND LINE BY DOING:
|
||
|
```
|
||
|
xdotool key Caps_Lock
|
||
|
```
|
||
|
|