Pagina 1 di 1

problemi con la tastiera

Inviato: lun 27 giu 2005, 18:10
da B4sH
come da titolo, ho problemi ogni volta che uso la tastiera con fluxbox nel senso che credo che me la faccia funzionare con i tasti all-inglese, come posso fare a farla funzionare tipo italiana :?: ad esempio con il punto interrogativo mi da _

Inviato: lun 27 giu 2005, 18:17
da gallows

Codice: Seleziona tutto

    Option "XkbLayout"	"it"
fai in modo che esista questa stringa in /etc/X11/xorg.conf

per evitare di dover riavviare X:

Codice: Seleziona tutto

$ setxkbmap it

Inviato: mar 28 giu 2005, 21:34
da B4sH

Codice: Seleziona tutto

# **********************************************************************
# Input devices
# **********************************************************************

# **********************************************************************
# Core keyboard's InputDevice section
# **********************************************************************

Section "InputDevice"

    Identifier	"Keyboard1"
    Driver	"kbd"
# For most OSs the protocol can be omitted (it defaults to "Standard").
# When using XQUEUE (only for SVR3 and SVR4, but not Solaris),
# uncomment the following line.

#    Option     "Protocol"      "Xqueue"

# Set the keyboard auto repeat parameters.  Not all platforms implement
# this.

#    Option     "AutoRepeat"    "500 5"

# Specifiy which keyboard LEDs can be user-controlled (eg, with xset(1)).

#    Option     "Xleds" "1 2 3"

# To disable the XKEYBOARD extension, uncomment XkbDisable.

#    Option     "XkbDisable"

# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a European
# keyboard, you will probably want to use one of:
#
#    Option     "XkbModel"      "pc102"
#    Option     "XkbModel"      "pc105"
#
# If you have a Microsoft Natural keyboard, you can use:
#
#    Option     "XkbModel"      "microsoft"
#
# If you have a US "windows" keyboard you will want:
#
#    Option     "XkbModel"      "pc104"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#
#    Option     "XkbLayout"     "it"
#
# or:
#
#    Option     "XkbLayout"     "it"
#    Option     "XkbVariant"    "nodeadkeys"
#
forse dove ho messo Option "XkbLayout" "it" dovevo togliere la # ?

Inviato: mar 28 giu 2005, 22:04
da gallows
sí, con il # viene interpretato come un commento e quindi tralasciato...

Inviato: mar 28 giu 2005, 22:37
da B4sH
grazie gallows! ora mi funziona una meraviglia! :D :D :D