cat /etc/rc.d/rc.keymap
#!/bin/sh # Load the keyboard map. More maps are in /usr/share/kbd/keymaps. if [ -x /usr/bin/loadkeys ]; then ### /usr/bin/loadkeys -u us.map /usr/bin/loadkeys -u ruwin_cplk-UTF-8.map.gz fi
cat /etc/rc.d/rc.font
#!/bin/sh # # This selects your default screen font from among the ones in # /usr/share/kbd/consolefonts. # #setfont -v ter-v16n ### unicode_start ter-v16n setfont Cyr_a8x16.psfu.gz
cat /etc/X11/xorg.conf.d/10-keymap.conf
Section "InputClass" Identifier "Keyboard settings" MatchIsKeyboard "yes" Driver "evdev" ### Option "XkbLayout" "us" Option "XkbLayout" "us,ru(winkeys)" Option "XkbVariant" "" Option "XkbOptions" "grp:caps_toggle,grp_led:scroll" EndSection
Маны на русском
/usr/lib/man.conf
### NROFF /usr/bin/nroff -mandoc NROFF /usr/bin/nroff -mandoc -Tlatin1 -c | iconv -f koi8-r
Теперь добавляем индикатор раскладок клавиатуры на нижнюю панель