我是比利时人,所以我的 CentOS 7 上的键盘布局是be-latin1
.
我已经用 来设置了# loadkeys be-latin1
。到目前为止一切都很好,我的字符都是正确的。
问题是,当我切换到另一个 TTY ( ++ Ctrl)时,键盘布局是 qwerty...AltFx
我怎样才能将这个键盘布局be-latin1
也设置为?是否有可能做到这一点到处在电脑上?
我尝试编辑该文件/etc/sysconfig/keyboard
,但它不存在......
答案1
更改您的 vconsole.conf
[root@localhost ~]# cat /etc/vconsole.conf
KEYMAP="be-latin1"
FONT="latarcyrheb-sun16"
[root@localhost ~]#
资源:https://wiki.archlinux.org/index.php/Keyboard_configuration_in_console
答案2
我认为在 CentOS 上是这样system-config-keyboard
(尽管我不相信这会影响 grub)。