mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:55:46 +02:00
loadkeys: add page (#9244)
This commit is contained in:
parent
f2e0293610
commit
5f03fcde13
1 changed files with 32 additions and 0 deletions
32
pages/linux/loadkeys.md
Normal file
32
pages/linux/loadkeys.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue