Gentoo Archives: gentoo-user

From: meino.cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] xorg.xonf, Input_class keyboard
Date: Sat, 03 Sep 2011 03:16:42
Message-Id: 20110903031532.GA3174@solfire
1 Hi,
2
3 in my xorg.conf I have set this:
4
5
6 Section "InputClass"
7 Identifier "keyboard-all"
8 Driver "evdev"
9 # Option "XkbOptions" "ctrl:nocaps,compose:ralt,terminate:ctrl_alt_bksp"
10 Option "XkbOptions" "terminate:ctrl_alt_bksp,caps:super"
11 MatchIsKeyboard "on"
12 EndSection
13
14
15 but neither "ZAP" (ctrl-alt-backspace) nor caps-lock as Super-key
16 work. the Dont_Zap option is not set ...
17
18
19 When Caps-Lock is pressed, xev prints:
20
21 KeyPress event, serial 40, synthetic NO, window 0x2400001,
22 root 0x124, subw 0x0, time 1516416, (78,125), root:(1717,147),
23 state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES,
24 XLookupString gives 1 bytes: (09) " "
25 XmbLookupString gives 1 bytes: (09) " "
26 XFilterEvent returns: False
27
28 KeyRelease event, serial 40, synthetic NO, window 0x2400001,
29 root 0x124, subw 0x0, time 1516552, (78,125), root:(1717,147),
30 state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES,
31 XLookupString gives 1 bytes: (09) " "
32 XFilterEvent returns: False
33
34
35 How can I install/activate/repair the above settings?
36
37
38 Thank you very much in advance for any help!
39
40 Best regards,
41 mcc

Replies

Subject Author
Re: [gentoo-user] xorg.xonf, Input_class keyboard Mick <michaelkintzios@×××××.com>