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

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

Re: page up key


From: Kai Großjohann
Subject: Re: page up key
Date: Wed, 05 Feb 2003 16:14:40 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu)

Kevin Dziulko <dziulko@klaatu.canisius.edu> writes:

> I am using GNU Emacs 20.2.3.  I have in my .emacs:
>     (global-set-key "\e[3~" 'scroll-down)

I think it's better to do (define-key function-key-map (kbd "ESC [ 3
~") (kbd "<next>")).

But it's unclear to me why the keyboard hardware leads to you having
to do that.  Hm.  Oh!  For me, it's ESC [ 5 ~ for page up, so 5
instead of 3.  Interesting.
-- 
A turnip curses Elvis


reply via email to

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