You are not logged in.

#1 2006-12-20 15:35:26

YscO
Member
From: Netherlands
Registered: 2006-06-25
Posts: 52

How to enable deadkeys? [solved]

I've searched the wiki and this forum, but the only thing I can find are tutorials how tot shut it down wink

My main question is: "How to enable deadkeys?"

What do I use:
- Archlinux
- Gnome
- Xorg
- Logitech UltraX

Some background info:
#locale
LANG=en_US.UTF-8

Configuration files:

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
EndSection

I probly have to add something to the xorg.conf, but don't know what.

Offline

#2 2006-12-20 15:39:40

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,094

Re: How to enable deadkeys? [solved]


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2006-12-20 17:22:06

YscO
Member
From: Netherlands
Registered: 2006-06-25
Posts: 52

Re: How to enable deadkeys? [solved]

I see, well I've read the problems. Add some thingies to my Xorg. Now, I've got the following config:

Section "InputDevice"
    Identifier      "Keyboard0"
    Driver          "kbd"
    Option        "XkbRules"    "xorg" ### Xorg is what I use
    Option        "XkbModel"    "logiultrax" ### My keyboard
    Option        "XkbLayout"    "us" ### The language
    Option        "Xkb_symbols"    "intl" ### For the deadkeys I guess?
EndSection

Well, gnome is giving me a message that the keyboard layout has changed and what I want to do. I choose to use the xorg configuration. But still I don't have deadkeys  lol

Offline

#4 2006-12-21 09:21:47

gradgrind
Member
From: Germany
Registered: 2005-10-06
Posts: 921

Re: How to enable deadkeys? [solved]

Try:

Section "InputDevice"
   Identifier     "Keyboard0"
   Driver         "kbd"
   Option      "XkbRules"   "xorg" ### Xorg is what I use
   Option      "XkbModel"   "logiultrax" ### My keyboard
   Option      "XkbLayout"   "us" ### The language
   Option      "XkbVariant"   "intl" ### For the deadkeys I guess?
EndSection

Offline

#5 2006-12-21 09:44:56

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: How to enable deadkeys? [solved]

Section "InputDevice"
#Option      "XkbRules" "xorg"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "CoreKeyboard"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "gb"
#Option "XkbVariant" "nodeadkeys"
EndSection

works for me.

Offline

#6 2006-12-21 16:24:06

YscO
Member
From: Netherlands
Registered: 2006-06-25
Posts: 52

Re: How to enable deadkeys? [solved]

gradgrind, that wôrkś lol

Cotton that works too I guess wink

Problem solved.

Offline

Board footer

Powered by FluxBB