Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compose key werkt niet [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Dutch
View previous topic :: View next topic  
Author Message
aries
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2004
Posts: 127
Location: Sliedrecht the Netherlands

PostPosted: Fri Nov 17, 2006 7:26 pm    Post subject: Compose key werkt niet [solved] Reply with quote

Hallo Allemaal,

Wie kan mij helpen de compose key (`+e) onder kde/xorg aan de praat te krijgen?
Ik heb al heel wat gexperimenteerd maar het lukt me echt niet

Wat wel werkt:
- euro teken
- groepshift: dmv `alt` + `m` directe invoer van bv mhu


Gegevens:
xorg.conf:
Code:

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option "XkbRules" "xorg"

        Option "XkbLayout"    "us"
        Option "XkbVariant"   "intl"

        Option    "XkbModel"  "inspiron"
EndSection


/etc/env.d/locale
Code:

LANG="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_CTYPE="nl_NL.UTF-8"
LC_COLLATE="nl_NL.UTF-8"
LC_TIME="nl_NL.UTF-8"
LC_NUMERIC="nl_NL.UTF-8"
LC_MONETARY="nl_NL.UTF-8"
LC_PAPER="nl_NL.UTF-8"
LC_TELEPHONE="nl_NL.UTF-8"
LC_ADDRESS="nl_NL.UTF-8"
LC_MEASUREMENT="nl_NL.UTF-8"
LC_NAME="nl_NL.UTF-8"
LC_IDENTIFICATION="nl_NL.UTF-8"


locale
Code:

C
de_DE
de_DE@euro
de_DE.utf8
en_US
en_US.utf8
nl_NL
nl_NL@euro
nl_NL.utf8
POSIX


Last edited by aries on Thu Nov 23, 2006 6:25 pm; edited 1 time in total
Back to top
View user's profile Send private message
lost+found
Guru
Guru


Joined: 15 Nov 2004
Posts: 509
Location: North~Sea~Coa~s~~t~~~

PostPosted: Sat Nov 18, 2006 2:11 pm    Post subject: Reply with quote

Hoi, ik gebruik dit:

/etc/X11/xorg.conf:
Code:
Section "InputDevice"
   Identifier   "Keyboard"
   Driver      "kbd"
   Option      "XkbModel"      "pc104"
   Option      "XkbOptions"      "lv3:ralt_switch,compose:rwin,eurosign:5"
EndSection


Geeft wel een waarschuwing in /var/log/kdm.log, maar deze is "niet fataal" zoals hetzelfde log vermeldt. Het werkt prima bij mij... Misschien kun je er iets mee.
Code:
...
xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc104)+us+level3(ralt_switch)+compose(rwin)+eurosign(5)" };
    xkb_geometry             { include "pc(pc104)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
...
Back to top
View user's profile Send private message
aries
Tux's lil' helper
Tux's lil' helper


Joined: 03 May 2004
Posts: 127
Location: Sliedrecht the Netherlands

PostPosted: Thu Nov 23, 2006 6:25 pm    Post subject: Reply with quote

lost+found bedankt.

Het werkt nu eindelijk, met deze instellingen:

xorg.conf, keyboard section:
Code:

        Option "XkbRules"       "xorg"
        Option "XkbModel"       "inspiron"
        Option "XkbLayout"      "en_US"

Met KDE keyboard tool:
Code:
setxkbmap -model inspiron -layout us -variant alt-intl
kbmap -option -option eurosign:5,lv3:ralt_switch,compose:rctrl


Of alles ook werkt met KDE keyboard tools settings in xorg.conf gecopieerd moet ik nog testen.
Back to top
View user's profile Send private message
lost+found
Guru
Guru


Joined: 15 Nov 2004
Posts: 509
Location: North~Sea~Coa~s~~t~~~

PostPosted: Thu Nov 23, 2006 7:16 pm    Post subject: Reply with quote

Succes met je nieuwe compose key. De zg. dead keys zijn erg irritant, i.m.o. :evil:

Ik heb trouwens nog nooit setxkbmap of kbmap gebruikt of iets in KDE veranderd... maar ik heb dan ook geen Inspiron toetsenbord natuurlijk. ;-) xorg.conf was altijd voldoende.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Dutch All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum