mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
404 B
Plaintext
26 lines
404 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|