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

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

Re: [h-e-w] Using thinkpad keys in Emacs for windows


From: Kenneth Goldman
Subject: Re: [h-e-w] Using thinkpad keys in Emacs for windows
Date: Thu, 9 Jul 2009 09:06:42 -0400

My T60p doesn't have page-forward, but it does have "PgUp" and "PgDn".

They map to "prior" and "next" and I map them as (e.g.)

(global-set-key [prior] 'scroll-one-line-down)
(global-set-key [M-prior] 'scroll-other-window-one-line-down)
(global-set-key [S-prior] 'scroll-down)
(global-set-key [C-prior] 'beginning-of-buffer)

They work equally well with an external keyboard, and both work
for Linux and Windows.

address@hidden wrote on 07/09/2009 08:53:38 AM:

> Amnon Harel wrote:
> >
> > In particular, how can I tell whether emacs for windows notices a key
> > was pressed (like xev does in linux)?
>
> Easiest way is to type: C-H K and then press the key that you are
> interested in.  On my Windows system, the page-forward and page-back
> keys appear to be dead to Emacs.


reply via email to

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