CentOS 8
Sponsored Link

Set Keymap2019/09/26

 
If you would like to change System Keymap, set like follows.
[1] Replace to your own language on the example below.
# show current settings

[root@dlp ~]#
   System Locale: LANG=ja_JP.UTF-8
       VC Keymap: us
      X11 Layout: n/a

# show the list of available keymaps

[root@dlp ~]#
localectl list-keymaps

ANSI-dvorak
al
al-plisi
amiga-de
amiga-us
applkey
at
at-mac
.....
.....
.....
us-workman
us-workman-intl
uz-latin
wangbe
wangbe2
windowkeys

# set keymap

[root@dlp ~]#
localectl set-keymap jp106
# show settings

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