Teclado ABNT2 No Arch
Setando O Teclado ABNT2 No Arch Linux
sudo setxkbmap -model abnt2 -layout br -variant abnt2
Crie o arquivo 10-evdev.conf
sudo vim /etc/X11/xorg.conf.d/10-evdev.conf
Acrescente as linhas abaixo:
Section “InputClass”
Identifier “evdev keyboard catchall”
MatchIsKeyboard “on”
MatchDevicePath “/dev/input/event*”
Driver “evdev”
Option “XkbLayout” “br”
Option “XkbVariant” “abnt2"
EndSection
Reinicie o sistema
sudo reboot
Acrescente as linhas abaixo:
Section “InputClass”
Identifier “evdev keyboard catchall”
MatchIsKeyboard “on”
MatchDevicePath “/dev/input/event*”
Driver “evdev”
Option “XkbLayout” “br”
Option “XkbVariant” “abnt2"
EndSection
Reinicie o sistema
sudo reboot
Comentários
Postar um comentário