From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelina Carlton Newsgroups: gmane.emacs.help Subject: Re: key binding with windows and menu keys Date: Mon, 15 Aug 2005 01:41:38 -0400 Message-ID: <87acjjoiy5.fsf@magma.ca> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1124086311 15925 80.91.229.2 (15 Aug 2005 06:11:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Aug 2005 06:11:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 15 08:11:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4YAz-0007kJ-Gx for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Aug 2005 08:10:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4YEK-0007nL-TJ for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Aug 2005 02:13:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4Xyl-0003OL-V5 for help-gnu-emacs@gnu.org; Mon, 15 Aug 2005 01:57:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4XyY-0003JE-KE for help-gnu-emacs@gnu.org; Mon, 15 Aug 2005 01:57:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4XyX-00035M-L3 for help-gnu-emacs@gnu.org; Mon, 15 Aug 2005 01:57:33 -0400 Original-Received: from [206.191.0.250] (helo=mx2.magma.ca) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E4XyQ-00064T-SB for help-gnu-emacs@gnu.org; Mon, 15 Aug 2005 01:57:27 -0400 Original-Received: from mail3.magma.ca (mail3.magma.ca [206.191.0.221]) by mx2.magma.ca (8.13.0/8.13.0) with ESMTP id j7F5ffrA029456 for ; Mon, 15 Aug 2005 01:41:42 -0400 Original-Received: from localhost.localdomain (ottawa-hs-64-26-148-154.d-ip.magma.ca [64.26.148.154]) by mail3.magma.ca (8.13.0/8.13.0) with ESMTP id j7F5fdT3027547 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 15 Aug 2005 01:41:41 -0400 Original-Received: from orchid by localhost.localdomain with local (Exim 4.50) id 1E4Xj8-0005iI-SW for help-gnu-emacs@gnu.org; Mon, 15 Aug 2005 01:41:38 -0400 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (tyler.smith@mail.mcgill.ca's message of "Sun, 14 Aug 2005 21:45:58 -0400") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:28730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28730 Tyler writes: > Thanks again for the help, and if anyone knows another way to get at > the windows key... I asked in irc about this and for me, on Debian unstable this works: run xkbprint :0.0 /tmp/o.ps this makes a diagram of your layout gv /tmp/o.ps take a look at what the keys are, my left logo key is F13 key 115, my right logo key is Super_R key 116 so the command: xmodmap -e "keycode 115 = F13" enables the left logo key (i placed this command in my xfce4 start up script) Then in my .emacs ;; Jump to other window (global-set-key [(f13)] 'other-window) hopefully that works for you too. (thank you edrx in irc!) -- -----Angelina Carlton----- orchid on irc.freenode.net brat@magma.ca web:bzgirl.bakadigital.com --------------------------