loadkeys: add page (#9244)

pull/1/head
pg99696 2022-10-24 07:33:24 +05:30 committed by GitHub
parent f2e0293610
commit 5f03fcde13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
pages/linux/loadkeys.md Normal file
View 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`