From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Qzgio-0001G1-0M for garchives@archives.gentoo.org; Sat, 03 Sep 2011 03:16:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE6E421C138; Sat, 3 Sep 2011 03:16:30 +0000 (UTC) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by pigeon.gentoo.org (Postfix) with SMTP id 55C6921C0A1 for ; Sat, 3 Sep 2011 03:15:34 +0000 (UTC) Received: (qmail invoked by alias); 03 Sep 2011 03:15:33 -0000 Received: from p5485038E.dip0.t-ipconnect.de (EHLO gmx.net) [84.133.3.142] by mail.gmx.net (mp059) with SMTP; 03 Sep 2011 05:15:33 +0200 X-Authenticated: #20088476 X-Provags-ID: V01U2FsdGVkX194t4EMeMF4V/FfzH5bq4nDkrHACsOyuIUvNbpiTx 1SFzS4URVd90CQ Received: by gmx.net (nbSMTP-1.00) for uid 1001 Meino.Cramer@gmx.de; Sat, 3 Sep 2011 05:15:33 +0200 (CEST) Date: Sat, 3 Sep 2011 05:15:32 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] xorg.xonf, Input_class keyboard Message-ID: <20110903031532.GA3174@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Y-GMX-Trusted: 0 X-Archives-Salt: X-Archives-Hash: a53c3d37244abb132de3d34b78547e7c Hi, in my xorg.conf I have set this: Section "InputClass" Identifier "keyboard-all" Driver "evdev" # Option "XkbOptions" "ctrl:nocaps,compose:ralt,terminate:ctrl_alt_bksp" Option "XkbOptions" "terminate:ctrl_alt_bksp,caps:super" MatchIsKeyboard "on" EndSection but neither "ZAP" (ctrl-alt-backspace) nor caps-lock as Super-key work. the Dont_Zap option is not set ... When Caps-Lock is pressed, xev prints: KeyPress event, serial 40, synthetic NO, window 0x2400001, root 0x124, subw 0x0, time 1516416, (78,125), root:(1717,147), state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XmbLookupString gives 1 bytes: (09) " " XFilterEvent returns: False KeyRelease event, serial 40, synthetic NO, window 0x2400001, root 0x124, subw 0x0, time 1516552, (78,125), root:(1717,147), state 0x10, keycode 23 (keysym 0xff09, Tab), same_screen YES, XLookupString gives 1 bytes: (09) " " XFilterEvent returns: False How can I install/activate/repair the above settings? Thank you very much in advance for any help! Best regards, mcc