all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: How to bind <lwindow>-; with a function on windows?
Date: Sun, 26 Oct 2008 10:23:22 -0600	[thread overview]
Message-ID: <0pudnRRrfsDCBJnUnZ2dnUVZ_v7inZ2d@sysmatrix.net> (raw)
In-Reply-To: <mailman.2108.1224990559.25473.help-gnu-emacs@gnu.org>

anhnmncb wrote:
> When I type M-x global-set-key RET, then press <lwindow>, the help
> window pops up and show:
> 
> <rwindow> runs the command ignore, which is an interactive compiled
> Lisp function in `subr.el'.
> 
> It is bound to <mouse-movement>, <language-change>, <lwindow>,
> <rwindow>.
> 
> I have no chance to press <lwindow>-; to function. Type them in emacs
> window just produce a ;.
> 
> 
> 

If you put this in your .emacs:

(setq w32-pass-lwindow-to-system nil
       w32-pass-rwindow-to-system nil
       w32-pass-apps-to-system    nil
       w32-lwindow-modifier       'super   ;; Left Windows
       w32-rwindow-modifier       'super   ;; Right Windows
       w32-apps-modifier          'hyper)  ;; App-Menu (key to right of 
Right Windows)

then you will be able to use these bottom row keys as modifiers but you 
still won't be able to bind a function to the bare key (lwindow for 
example). You could however bind the function to Super- [a through z] or 
even combinations of Ctl, Meta, Super, and Hyper:

(global-set-key [(super w)] 'foo)

As Lennart notes there are some combinations that Windows will trap at 
the OS level but some of these are useful. Alt-tab will switch focus 
between emacs and some other app from which you may want to copy-paste 
for example.

Ed


       reply	other threads:[~2008-10-26 16:23 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2108.1224990559.25473.help-gnu-emacs@gnu.org>
2008-10-26 16:23 ` B. T. Raven [this message]
2008-10-26 22:13   ` How to bind <lwindow>-; with a function on windows? Lennart Borgman
     [not found]   ` <mailman.2136.1225059214.25473.help-gnu-emacs@gnu.org>
2008-10-27  2:56     ` B. T. Raven
2008-10-27  5:25   ` anhnmncb
     [not found]   ` <mailman.2149.1225085142.25473.help-gnu-emacs@gnu.org>
2008-10-27 18:43     ` B. T. Raven
2008-10-26  3:08 anhnmncb
2008-10-26 10:15 ` Lennart Borgman
2008-10-26 12:14   ` anhnmncb

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=0pudnRRrfsDCBJnUnZ2dnUVZ_v7inZ2d@sysmatrix.net \
    --to=nihil@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /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.