From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: key binding with windows and menu keys Date: Sun, 14 Aug 2005 19:48:49 +0200 Message-ID: <82f413af1745dfe17653eae875345afd@Web.DE> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v622) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1124042518 4756 80.91.229.2 (14 Aug 2005 18:01:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2005 18:01:58 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 14 20:01:51 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E4Mmc-00089P-IY for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Aug 2005 20:00:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4Mpw-00056m-SA for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Aug 2005 14:03:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E4MoW-0004p9-4E for help-gnu-emacs@gnu.org; Sun, 14 Aug 2005 14:02:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E4MnL-0004Ys-4f for help-gnu-emacs@gnu.org; Sun, 14 Aug 2005 14:01:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E4MnG-0004Ri-QW for help-gnu-emacs@gnu.org; Sun, 14 Aug 2005 14:01:10 -0400 Original-Received: from [217.72.192.209] (helo=smtp05.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E4MqT-0002fP-7e for help-gnu-emacs@gnu.org; Sun, 14 Aug 2005 14:04:29 -0400 Original-Received: from [84.245.189.64] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.105 #314) id 1E4MbL-0003kS-00; Sun, 14 Aug 2005 19:48:51 +0200 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Tyler X-Mailer: Apple Mail (2.622) X-Sender: Peter_Dyballa@web.de X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:28720 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28720 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=B4, i.e. (global-set-key [s-z]=20 'scroll-other-window-down). Capital `S=B4 is the Shift key. So it's indeed C-M-S-v that scrolls the=20= other window. (And C-M-v too, only in the other direction.) -- Greetings Pete Without vi there is only GNU Emacs