Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-04 00:26:41 +00:00
parent 96131996f2
commit bbaedbaa72
9 changed files with 156 additions and 9 deletions

View File

@@ -17,21 +17,21 @@ source: https://github.com/tldr-pages/tldr.git
`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:
@@ -39,4 +39,4 @@ source: https://github.com/tldr-pages/tldr.git
- 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}}`