Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2008 22:55:16 -0300
From:      Gonzalo Nemmi <gnemmi@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Set up keymap
Message-ID:  <200807092255.16525.gnemmi@gmail.com>
In-Reply-To: <3b93bd110807091833s3cd3fe17o566087bfdc22c4a3@mail.gmail.com>
References:  <3b93bd110807091833s3cd3fe17o566087bfdc22c4a3@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 09 July 2008 22:33:29 Diego F. Arias R. wrote:
> Hi:
>
> I have installed XFCE on my freebsd but i dont know why my X keymap is
> wrong. I need latam on a normal console works but not in X how can i
> change the keymap?
>
>
> Thanks

ls /usr/share/syscons/keymaps/

Pick the one you need and set xorg.conf accordingly:

I'm using an english keayboard with international accents (my native tongue=
 is=20
spanish so I need =C3=A1,=C3=A9,=C3=AD,=C3=B3,=C3=BA,=C3=BC and =C3=B1 .. b=
ut I also need portuguese chars like=20
=C3=A7 and =C3=A3, =C3=AA, =C3=B4 and so on ...).

Here's my "InputDevice" section in xorg.conf

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us(alt-intl)"
    Option         "XkbOptions" "compose:rwin"
EndSection

If you have a spanish or latam keyboard, you'll probably need=20
latinamerican.iso.acc.kbd ... or latinamerican.kbd ... Maybe=20
spanish.iso15.acc.kbd .. play around with those until you find the one that=
=20
better suits your needs :)

Ultimate, and only authoritative, answer will be available at: man 4 kbd

Regards
=2D-=20
Blessings
Gonzalo Nemmi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807092255.16525.gnemmi>