Re: Configuring my keymap
Reply #1 –
/etc/X11/xorg.conf.d/00-keyboard.conf
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us,br" ## <<<------ edit this to the right one
Option "XkbModel" "pc105"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection
edit as necessary but this works on everything after X starts.
You will have to restart X or reboot for it to go on effect
You use alt-shift to switch between the two and both languages en_us and pt_br have to be on /etc/locale.gen
en_US.UTF-8 UTF-8
pt_BR.UTF-8 UTF-8
#pt_BR ISO-8859-1
then run:
% sudo locale-gen