[SOLVED] Italian keyboard.

Please post all general support questions for LXDE here.
Locked
ior
Posts: 2
Joined: Wed Jan 07, 2009 1:37 pm

[SOLVED] Italian keyboard.

Post by ior »

I have installed LXDE on ubuntu 8.04. I have the English keybord set. What can I do for change to Italian?
Thanks.
Rodolfo
Last edited by ior on Tue Jan 13, 2009 10:22 am, edited 1 time in total.
archibald haddock
Posts: 148
Joined: Sun Jan 11, 2009 6:57 pm

Re: Italian keyboard.

Post by archibald haddock »

I would allqays be doing keyboard stuff for the X Server in general. So I would edit my /etc/X11/xorg.conf:
Add in /etc/X11/xorg.conf this line:
Section "InputDevice"
.
.
.
Option "XkbLayout" "it"
EndSection
ior
Posts: 2
Joined: Wed Jan 07, 2009 1:37 pm

Re: Italian keyboard.

Post by ior »

archibald haddock wrote:I would allqays be doing keyboard stuff for the X Server in general. So I would edit my /etc/X11/xorg.conf:
Add in /etc/X11/xorg.conf this line:
Section "InputDevice"
.
.
.
Option "XkbLayout" "it"
EndSection
Thanks.
Rodolfo
PCMan
Posts: 85
Joined: Mon Oct 06, 2008 9:52 am

Re: [SOLVED] Italian keyboard.

Post by PCMan »

Try this:
http://www.xfree86.org/current/XKB-Config2.html
The documentation teaching you how to setup xkb.

Besides, there are some keyboard layout switcher like fbxkb, ....etc.
Locked