This website requires JavaScript.
Explore
Help
Register
Sign In
sahin
/
til
Watch
1
Star
0
Fork
0
You've already forked til
mirror of
https://github.com/sahinakkaya/til.git
synced
2024-11-14 13:09:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
089e6ebae8
til
/
system
/
TOGGLING_CAPSLOCK_PROGRAMMATICALLY.MD
6 lines
88 B
Plaintext
Raw
Normal View
History
Unescape
Escape
TIL: Toggling capslock programmatically
2021-06-30 14:48:54 +02:00
YOU CAN TOGGLE CAPS LOCK FROM COMMAND LINE BY DOING:
fix: Add syntax highlighting to code blocks
2021-12-08 14:31:46 +01:00
```bash
TIL: Toggling capslock programmatically
2021-06-30 14:48:54 +02:00
xdotool key Caps_Lock
```
Reference in New Issue
Copy Permalink