1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 14:42:19 +02:00
tldr/pages.de/linux/numlockx.md

20 lines
374 B
Markdown

# numlockx
> Steuere den Num-Lock-Tasten-Status in X11-Sitzungen.
> Weitere Informationen: <http://www.mike-devlin.com/linux/README-numlockx.htm>.
- Zeige den aktuellen Status der Num-Lock-Taste an:
`numlockx status`
- Schalte die Num-Lock-Taste ein:
`numlockx on`
- Schalte die Num-Lock-Taste aus:
`numlockx off`
- Schalte die Num-Lock-Taste um:
`numlockx toggle`