diff --git a/pages/linux/numlockx.md b/pages/linux/numlockx.md new file mode 100644 index 000000000..bd8dff35e --- /dev/null +++ b/pages/linux/numlockx.md @@ -0,0 +1,20 @@ +# numlockx + +> Control the number lock key status in X11 sessions. +> More information: . + +- 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`