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

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

Re: key binding with windows and menu keys


From: Peter Dyballa
Subject: Re: key binding with windows and menu keys
Date: Sun, 14 Aug 2005 19:48:49 +0200


Am 14.08.2005 um 06:44 schrieb Tyler:

(global-set-key [Super_L-z] 'scroll-other-window-down)


Try it with lower case `s´, i.e. (global-set-key [s-z] 'scroll-other-window-down).

Capital `S´ is the Shift key. So it's indeed C-M-S-v that scrolls the other window. (And C-M-v too, only in the other direction.)

--
Greetings

  Pete

Without vi there is only GNU Emacs





reply via email to

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