all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelina Carlton <brat@magma.ca>
Subject: Re: key binding with windows and menu keys
Date: Mon, 15 Aug 2005 01:41:38 -0400	[thread overview]
Message-ID: <87acjjoiy5.fsf@magma.ca> (raw)
In-Reply-To: <RsSLe.7023$kz6.203516@news20.bellglobal.com> (tyler.smith@mail.mcgill.ca's message of "Sun, 14 Aug 2005 21:45:58 -0400")

Tyler <tyler.smith@mail.mcgill.ca> 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
--------------------------

  reply	other threads:[~2005-08-15  5:41 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.3675.1123988380.20277.help-gnu-emacs@gnu.org>
2005-08-14  4:44 ` key binding with windows and menu keys Tyler
2005-08-14  8:58   ` Friedrich Laher
2005-08-14 17:48   ` Peter Dyballa
     [not found]   ` <mailman.3737.1124042549.20277.help-gnu-emacs@gnu.org>
2005-08-15  1:45     ` Tyler
2005-08-15  5:41       ` Angelina Carlton [this message]
     [not found]       ` <mailman.3777.1124085510.20277.help-gnu-emacs@gnu.org>
2005-08-15 13:09         ` Tyler
2005-08-15 14:35           ` Angelina Carlton
2005-08-15 15:12             ` Peter Dyballa
2005-08-16 13:21               ` Angelina Carlton
2005-08-16 17:33                 ` Peter Dyballa
2005-08-16 18:41                   ` Angelina Carlton
2005-08-17 11:09                   ` Peter Dyballa
     [not found]                   ` <mailman.4032.1124278522.20277.help-gnu-emacs@gnu.org>
2005-08-17 13:13                     ` Tyler
     [not found]             ` <mailman.3819.1124119132.20277.help-gnu-emacs@gnu.org>
2005-08-15 22:59               ` Tyler
2005-08-16  8:49                 ` Peter Dyballa
2005-08-14  2:35 Sean Sieger
  -- strict thread matches above, loose matches on Subject: below --
2005-08-14  2:23 Sean Sieger
2005-08-14  1:18 Tyler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87acjjoiy5.fsf@magma.ca \
    --to=brat@magma.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.