svlug-using_backspace_to_scrollup_in_mozilla

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Date: Tue, 25 Sep 2001 23:28:04 -0400
From: Bill Jonas <bill@billjonas.com>
To: svlug@svlug.org
Subject: Re: [svlug] Mozilla keybindings

On Mon, Sep 24, 2001 at 10:23:34PM -0700, Aaron Lehmann wrote:
> I really want to be able to use backspace to scroll up. I always hit
> it out of instinct :(. Let us know if you figure that out!

Woo-hoo!

A very kind reader of the mozilla-general mailing list/newsgroup told me
that the keycode for the backspace key is VK_BACK, not VK_BACK_SPACE.

So the line to use is the following:

<handler event="keypress" keycode="VK_BACK" command="cmd_scrollPageUp" />

Works like a charm now.  :)

===

the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu