Hi, im new here (and with Freebsd), and I'm having trouble making my keyboard (br abnt2) work and my cli show characters like "ã".
keybord shorcuts like alt + q to "/" and alt + w to "?" don't work.
my /etc/rc.conf
have:
my: /boot/loader.conf
have:
i edited: /etc/login.conf
to:
and: /etc/profile
to:
my ~/.xinitrc
have:
(which for some reason does not change the default keyboard in xfce)
And yes, I have read the freebsd handbook, I also looked for threads on the forum and I still have difficulties.
keybord shorcuts like alt + q to "/" and alt + w to "?" don't work.
my /etc/rc.conf
have:
Code:
keymap="br.kbd"
my: /boot/loader.conf
have:
Code:
kern.vty="vt"
i edited: /etc/login.conf
to:
Code:
:charset=UTF-8:\
:lang=pt_BR.UTF-8:
and: /etc/profile
to:
Code:
LANG=pt_BR.UTF-8; export LANG
CHARSET=UTF-8; export CHARSET
my ~/.xinitrc
have:
Code:
setxkbmap -model abnt2 -layout br
And yes, I have read the freebsd handbook, I also looked for threads on the forum and I still have difficulties.
Last edited: