21 lines
338 B
Markdown
Raw Normal View History

# numlockx
> Control the number lock key status in X11 sessions.
> More information: <https://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`