Bill Jonas on Wed, 26 Sep 2001 05:40:15 +0200 |
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
|
|