From e6d261b8a9a6c846ae82d288de9150b1b8efb15f Mon Sep 17 00:00:00 2001 From: DEBADRIBASAK <32904247+DEBADRIBASAK@users.noreply.github.com> Date: Wed, 26 Oct 2022 06:54:53 +0530 Subject: [PATCH] loadkeys: add examples (#9283) --- pages/linux/loadkeys.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/linux/loadkeys.md b/pages/linux/loadkeys.md index 1d6cfff10..2e5648542 100644 --- a/pages/linux/loadkeys.md +++ b/pages/linux/loadkeys.md @@ -7,6 +7,10 @@ `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` @@ -23,10 +27,10 @@ `loadkeys --quiet` -- Display help: +- Load a keymap from the specified file for the console: -`loadkeys --help` +`loadkeys --console {{/dev/ttyN}} {{/path/to/file}}` -- Display version: +- Use standard names for keymaps of different locales: -`loadkeys --version` +`loadkeys --console {{/dev/ttyN}} {{uk}}`