mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 23:02:07 +02:00
20 lines
337 B
Markdown
20 lines
337 B
Markdown
# numlockx
|
|
|
|
> Control the number lock key status in X11 sessions.
|
|
> More information: <http://www.mike-devlin.com/linux/README-numlockx.htm>.
|
|
|
|
- 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`
|