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

20 lines
375 B
Markdown

# numlockx
> Steuere den Num-Lock-Tasten-Status in X11-Sitzungen.
> Weitere Informationen: <https://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`