mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-04 22:13:41 +02:00
numlockx: add page (#3739)
This commit is contained in:
parent
7d95240a1d
commit
e32821e08c
1 changed files with 20 additions and 0 deletions
20
pages/linux/numlockx.md
Normal file
20
pages/linux/numlockx.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue