From e32821e08c8d52ab40868b8252178d3a8a747af9 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 10 Jan 2020 20:10:53 +0000 Subject: [PATCH] numlockx: add page (#3739) --- pages/linux/numlockx.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/linux/numlockx.md 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`