loadkeys: refresh page (#21323)

This commit is contained in:
Managor
2026-03-03 20:57:54 +02:00
committed by GitHub
parent d086d78081
commit 5d52960c9c
+8 -8
View File
@@ -12,21 +12,21 @@
`sudo loadkeys {{[-d|--default]}}`
- Create a kernel source table:
- Print the kernel source table of a keymap to `stdout`:
`loadkeys {{[-m|--mktable]}}`
`loadkeys {{[-m|--mktable]}} {{en|de|fi|...}}`
- Create a binary keymap:
- Print the binary format of a keymap to `stdout`:
`loadkeys {{[-b|--bkeymap]}}`
`loadkeys {{[-b|--bkeymap]}} {{en|de|fi|...}}`
- Search and parse keymap without action:
`loadkeys {{[-p|--parse]}}`
`loadkeys {{[-p|--parse]}} {{en|de|fi|...}}`
- Load the keymap suppressing all output:
- Load a keymap from `stdin`, suppressing all output:
`loadkeys {{[-q|--quiet]}}`
`{{command}} | sudo loadkeys {{[-q|--quiet]}}`
- Set a keymap for a specific console:
@@ -34,4 +34,4 @@
- Load a keymap from the specified file for the console:
`loadkeys {{[-C|--console]}} {{/dev/ttyN}} /{{path/to/file}}`
`sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} /{{path/to/file}}`