Enviado em 02/09/2022 - 11:28h
Estou com FreeBsd 13.0 no meu lap top e quero setar o teclando ABNT 2 minha interface, Xfce como fazer...
Enviado em 02/09/2022 - 11:28h
Enviado em 06/09/2022 - 07:28h
nano /etc/X11/xorg.conf.d/10-keyboard.conf
Section "InputClass"
Identifier "any value works here"
MatchIsKeyboard "on" # Limit these settings to keyboards
# Driver "libinput"
# Keyboard layout - comma-separated list for multiple layouts
Option "XkbLayout" "br"
# Keyboard variant - comma-separated list matching XkbLayout line
# Option "XkbVariant" "abnt2"
EndSection
mkdir /etc/X11/xorg.conf.d
Enviado em 06/09/2022 - 07:42h
Entre na sua conta para responder.