Hi I'm coming from Linux. I want to use the ñ keys, my layout is latinamerican, it work when I log in it work in X for example when I use Firefox but when I am in a console for example urxvt(1) the ñ key doesn't work.
I created a file called keyboard-latam-basic.conf under xorg.conf.d
keyboard-latam-basic.conf
My etc/rc.conf:
So the ñ key works well in the login and X but not when I use a console.
If I type
Please help
Thanks!
I created a file called keyboard-latam-basic.conf under xorg.conf.d
keyboard-latam-basic.conf
Code:
Section "InputClass"
Identifier "KeyboardDefaults"
Driver "keyboard"
MatchIsKeyboard "on"
Option "XkbModel" "pc102"
Option "XkbLayout" "latam"
Option "XkbVariant" "basic"
EndSection
My etc/rc.conf:
Code:
hostname="dam"
keymap="latinamerican.kbd"
ifconfig_re0="DHCP"
sshd_enable="YES"
ntpd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO"$
dumpdev="AUTO"
dbus_enable="yes"
So the ñ key works well in the login and X but not when I use a console.
If I type
locale
I get this:
Code:
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
Please help
Thanks!