SLES 15
Sponsored Link

Set Keymap2019/01/15

 
This is the example for setting keymap of your system.
[1] Replace to your own language on the example below.
# show current settings

dlp:~ #
   System Locale: LANG=en_US.UTF-8
       VC Keymap: us
      X11 Layout: us
       X11 Model: pc105+inet
     X11 Options: terminate:ctrl_alt_bksp

# show the list of keymaps

dlp:~ #
localectl list-keymaps

ANSI-dvorak
amiga-de
amiga-us
applkey
atari-de
...
...
...
us
us-acentos
wangbe
wangbe2
windowkeys

# set keymap

dlp:~ #
localectl set-keymap jp106
# show settings

dlp:~ #
   System Locale: LANG=en_US.UTF-8
       VC Keymap: jp106
      X11 Layout: jp
       X11 Model: jp106
     X11 Options: terminate:ctrl_alt_bksp
Matched Content