Set Keymap2015/11/21 | 
| 
 
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=POSIX
                  LC_CTYPE=en_US.UTF-8
       VC Keymap: us
      X11 Layout: n/a
# show the list of keymaps dlp:~ # localectl list-keymaps  ANSI-dvorak amiga-de amiga-us applkey atari-de ... ... ... us us-acentos wangbe wangbe2 windowkeys # show settings dlp:~ # 
   System Locale: LANG=POSIX
                  LC_CTYPE=en_US.UTF-8
       VC Keymap: jp106
      X11 Layout: jp
       X11 Model: jp106
     X11 Options: terminate:ctrl_alt_bksp
 | 
| 
 |