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

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

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


From: B. T. Raven
Subject: w32-pass-lwindow-to-system (& ...rwindow)
Date: Thu, 21 Sep 2006 19:46:45 -0500

I have the following in .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)

This works fine in most cases but I recently wanted to add:

(global-set-key [(super s)] 'search-forward-regexp)
(global-set-key [(super r)] 'search-backward-regexp)

but the combo s-r pops up the msw Run program box. Curiously s-s correctly
produces RE search: prompt rather than the msw Settings: ???
s-f, s-e, s-d and probably others also effect a back door to msw.
Is there some way to make all msw key combos except Alt-<tab> completely
cold while in Emacs?

Thanks for any help,
Ed.

--




reply via email to

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