|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] Mozilla keybindings
|
On Tue, Sep 25, 2001 at 12:33:06AM -0400, Bill Jonas wrote:
> Any ideas?
Woo-hoo! Problem solved.
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, if anyone's interested.. :)
--
Bill Jonas * bill@billjonas.com * http://www.billjonas.com/
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety." -- Benjamin Franklin
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|