1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 06:15:41 +02:00
tldr/pages/linux/numlockx.md
2025-08-03 06:12:34 +00:00

20 lines
312 B
Markdown

# numlockx
> Control the number lock key status in X11 sessions.
> More information: <https://manned.org/numlockx>.
- Show the current number lock status:
`numlockx status`
- Turn the number lock on:
`numlockx on`
- Turn the number lock off:
`numlockx off`
- Toggle the current state:
`numlockx toggle`