help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32-pass-lwindow-to-system (& ...rwindow)


From: Eli Zaretskii
Subject: Re: w32-pass-lwindow-to-system (& ...rwindow)
Date: Sun, 24 Sep 2006 19:45:33 +0300

> From: "B. T. Raven" <ecinmn@alcisp.com>
> Date: Sat, 23 Sep 2006 13:17:57 -0500
> 
> Probably not relevant, but the following work alright:
> 
> (global-set-key [(super g)] 'goto-line)
> (global-set-key [(super b)] 'bury-buffer)
> (global-set-key [(super k)] (lambda () (interactive) (kill-line 0 )))

FWIW, another workaround is to use a modified key; e.g., the following
should work:

  (global-set-key [(super shift r)] 'goto-line)

alternatively, use the normal binding:

  (global-set-key [(super r)] 'goto-line)

but hold the Shift key while you press LWindow-r.  The Run dialog will
not pop up because of Shift being down, but Emacs will translate
LWindow-R to LWindow-r, and invoke your function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]