即使
$ localectl
System Locale: LANG=en_US.utf8
VC Kemap: bg_pho-utf8
X11 Layout: bg,us
X11 Model: pc105
X11 Variant: ,phonetic
X11 Options: terminate:ctrl_alt_bksp,grp:shifts_toggle,grp_led:scroll图形应用程序在两种布局之间正确地移动,我似乎无法在虚拟终端中应用键盘重映射。showconsolefont确认字符在那里,cat正在工作。只是我不能输入西里尔字母。我能localectl set-keymap de-latin1和输入.但我不需要金币。
Linux msi 5.10.15-arch1-1发布于 2021-03-26 02:27:56
#!/usr/bin/env false
# Enable reading and typing in Bulgarian in VTs.
# Source this file in your '~/.profile'.
# After executing this, hold down 'AltGr' (right Alt) while typing.
# For alternative layouts, look at the bottom of the man pages.
setfont Cyr_a8x14
sudo loadkeys bg_pho-utf8
# This is permanent until reboot and works for de-latin-1 but not for BG.
# localectl set-keymap bg_pho-utf8https://unix.stackexchange.com/questions/633873
复制相似问题