Configuring the language and keyboard to ABNT2 en Slackware
[Language:]
# vim /etc/profile.d/lang.sh
Rename for:
# pt_BR is the Slackware default locale:
export LANG=pt_BR.UTF-8
[Keyboard to ABNT2:]
# cp /usr/share/X11/xorg.conf.d/90-keyboard-layout.conf /etc/X11/xorg.conf.d/
# vim /etc/X11/xorg.conf.d/90-keyboard-layout.conf
Section "InputClass" Identifier "keyboard-all" MatchIsKeyboard "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "XkbLayout" "br" Option "XkbVariant" "abnt2" Option "XkbOptions" "terminate:ctrl_alt_bksp"EndSectionReboot X
ctrl+alt+backspace
