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

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

Re: page up key


From: Kevin Dziulko
Subject: Re: page up key
Date: Thu, 6 Feb 2003 08:28:15 -0500 (EST)

This also does not do the trick. Any other ideas?

Thanks.
Kevin

On Wed, 5 Feb 2003, Kai Großjohann wrote:

> 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.
> 





reply via email to

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