From 5d52960c9cf0f56b19ea7091da8a67d31c9d150a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:57:54 +0200 Subject: [PATCH] loadkeys: refresh page (#21323) --- pages/linux/loadkeys.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/linux/loadkeys.md b/pages/linux/loadkeys.md index 74c74ce43c..ab184d86e0 100644 --- a/pages/linux/loadkeys.md +++ b/pages/linux/loadkeys.md @@ -12,21 +12,21 @@ `sudo loadkeys {{[-d|--default]}}` -- Create a kernel source table: +- Print the kernel source table of a keymap to `stdout`: -`loadkeys {{[-m|--mktable]}}` +`loadkeys {{[-m|--mktable]}} {{en|de|fi|...}}` -- Create a binary keymap: +- Print the binary format of a keymap to `stdout`: -`loadkeys {{[-b|--bkeymap]}}` +`loadkeys {{[-b|--bkeymap]}} {{en|de|fi|...}}` - Search and parse keymap without action: -`loadkeys {{[-p|--parse]}}` +`loadkeys {{[-p|--parse]}} {{en|de|fi|...}}` -- Load the keymap suppressing all output: +- Load a keymap from `stdin`, suppressing all output: -`loadkeys {{[-q|--quiet]}}` +`{{command}} | sudo loadkeys {{[-q|--quiet]}}` - Set a keymap for a specific console: @@ -34,4 +34,4 @@ - Load a keymap from the specified file for the console: -`loadkeys {{[-C|--console]}} {{/dev/ttyN}} /{{path/to/file}}` +`sudo loadkeys {{[-C|--console]}} {{/dev/ttyN}} /{{path/to/file}}`