Loadkeys
loadkeys is a Linux command-line utility used to load a keyboard translation table, or keymap, for the Linux console. It is part of the keymaps component of the kbd package. The console uses the loaded keymap to translate physical key presses into characters, including handling modifiers, dead keys, and special keys. loadkeys affects the currently active virtual consoles (such as /dev/tty1 through /dev/ttyN) and does not modify input handling in graphical environments like X or Wayland.
Keymaps are stored under /usr/share/keymaps and related subdirectories. On many systems, built-in layouts are organized by
Privileges and scope: loading a keymap typically requires root privileges. The change applies to the current
Related tools and concepts include dumpkeys, which displays the current keymap, and broader keyboard configuration practices