1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/numlockx.md

21 lines
338 B
Markdown
Raw Normal View History

2020-01-10 20:10:53 +00:00
# numlockx
> Control the number lock key status in X11 sessions.
2024-10-12 10:02:00 +02:00
> More information: <https://www.mike-devlin.com/linux/README-numlockx.htm>.
2020-01-10 20:10:53 +00:00
- 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`