mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 23:48:56 +00:00
Update cheatsheets
This commit is contained in:
25
linux/numlockx
Normal file
25
linux/numlockx
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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: <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`
|
||||
Reference in New Issue
Block a user