mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 01:35:40 +02:00
461 B
461 B
loadkeys
Load the kernel keymap for the console. More information: https://manned.org/loadkeys.
- Load a default keymap:
loadkeys --default
- Create a kernel source table:
loadkeys --mktable
- Create a binary keymap:
loadkeys --bkeymap
- Search and parse keymap without action:
loadkeys --parse
- Load the keymap suppressing all output:
loadkeys --quiet
- Display help:
loadkeys --help
- Display version:
loadkeys --version