Total de visualizações de página

terça-feira, 3 de maio de 2016

Set Keymap


Set Keymap
2014/07/13
 
The example for setting keymap of your system.
[1]Replace to your own language on the example below.
# show current status

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

# show the list of keymaps

[root@dlp ~]# 
localectl list-keymaps 

ANSI-dvorak
amiga-de
amiga-us
applkey
atari-de
atari-se
atari-uk-falcon
...
...
...
uk
unicode
us
us-acentos
wangbe
wangbe2
windowkeys

# set keymap

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

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

Nenhum comentário:

Postar um comentário