Options (6)
-d, --defaultbooleanLoad a default keymap
Example:
sudo loadkeys {{[-d|--default]}}-m, --mktablebooleanPrint the kernel source table of a keymap to `stdout`
Example:
loadkeys {{[-m|--mktable]}} {{en|de|fi|...}}-b, --bkeymapbooleanPrint the binary format of a keymap to `stdout`
Example:
loadkeys {{[-b|--bkeymap]}} {{en|de|fi|...}}-p, --parsebooleanSearch and parse keymap without action
Example:
loadkeys {{[-p|--parse]}} {{en|de|fi|...}}-q, --quietbooleanLoad a keymap from `stdin`, suppressing all output
Example:
{{command}} | sudo loadkeys {{[-q|--quiet]}}-C, --consolebooleanSet a keymap for a specific console
Example:
sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} {{uk}}made by @shridhargupta | data from tldr-pages