mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 16:48:13 +00:00
Update cheatsheets
This commit is contained in:
41
linux/loadkeys
Normal file
41
linux/loadkeys
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# loadkeys
|
||||
|
||||
> Load the kernel keymap for the console.
|
||||
> More information: <https://manned.org/loadkeys>.
|
||||
|
||||
- Load a default keymap:
|
||||
|
||||
`loadkeys --default`
|
||||
|
||||
- Load default keymap when an unusual keymap is loaded and `-` sign cannot be found:
|
||||
|
||||
`loadkeys defmap`
|
||||
|
||||
- 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`
|
||||
|
||||
- Load a keymap from the specified file for the console:
|
||||
|
||||
`loadkeys --console {{/dev/ttyN}} {{/path/to/file}}`
|
||||
|
||||
- Use standard names for keymaps of different locales:
|
||||
|
||||
`loadkeys --console {{/dev/ttyN}} {{uk}}`
|
||||
Reference in New Issue
Block a user