HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

numlockx — Control the number lock key status in X11 sessions. More information: <https://manned.org/numlockx>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
numlockxthecommandkeyclicontrolnumberlock
linux

Problem

How to use the numlockx command: Control the number lock key status in X11 sessions. More information: <https://manned.org/numlockx>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/numlockx

Revisions (0)

No revisions yet.