From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: Combining Ctrl + Super_l + ' (quote) does not work Date: Fri, 14 Nov 2008 01:08:03 +0100 Message-ID: <00BBC1A6-F939-4534-BAFF-3FBAAFE94F27@web.de> References: <71f8e5ee-f101-4bd6-a6f1-be38b6719e13@i20g2000prf.googlegroups.com> <930C5EDF-91EF-46E1-B062-33BCDEE3FBA0@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1226621321 9354 80.91.229.12 (14 Nov 2008 00:08:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2008 00:08:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Yarek Kowalik Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 14 01:09:42 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L0mFp-0004lU-V4 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2008 01:09:42 +0100 Original-Received: from localhost ([127.0.0.1]:53718 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0mEh-00038D-Lk for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Nov 2008 19:08:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L0mEM-00034B-68 for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 19:08:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L0mEK-00030P-FV for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 19:08:09 -0500 Original-Received: from [199.232.76.173] (port=49541 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L0mEK-00030I-CY for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 19:08:08 -0500 Original-Received: from fmmailgate01.web.de ([217.72.192.221]:59387) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L0mEK-0000eZ-9X for help-gnu-emacs@gnu.org; Thu, 13 Nov 2008 19:08:08 -0500 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate01.web.de (Postfix) with ESMTP id 2B9E0F98A90A; Fri, 14 Nov 2008 01:08:06 +0100 (CET) Original-Received: from [91.35.200.13] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.109 #226) id 1L0mEH-0003f9-00; Fri, 14 Nov 2008 01:08:06 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753.1) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX19wNENlrf70ax4lrU2bffux02ybJ3Qil6YUOXVY 8X/3BokBVGjbLgiDemN/sUdjd9TCcAVoNX+l+xUijp1b1Lif1h WjTAspZzj8X/mnP6l/RA== X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59765 Archived-At: Am 13.11.2008 um 00:09 schrieb Yarek Kowalik: > shift Shift_L (0x32), Shift_R (0x3e) > lock Caps_Lock (0x42) > control Control_L (0x25), Control_R (0x6d) > mod1 Alt_L (0x40), Alt_R (0x71), Meta_L (0x9c) > mod2 Num_Lock (0x4d) > mod3 > mod4 Super_L (0x7f), Hyper_L (0x80) > mod5 Mode_switch (0x5d), ISO_Level3_Shift (0x7c) Alt and Meta are the same =96 not good. Throw away Num_Lock and put =20 Meta into its slot. Then move Hyper to mod3. Now you can add Super_R =20 as another mod4. Before you can add any modifier you first need to declare it as a =20 key, for example (with decimal number): keycode 116 =3D Super_R The utility xev can tell you the key's code. Once it's defined, =20 xmodmap -pk should list it. Then you can make it a modifier. As an example one of my corrections works like this: clear Mod1 add Mod1 =3D Alt_L Alt_R clear Mod2 add Mod2 =3D Meta_L Meta_R -- Greetings Pete Globalisation =96 communism from above.