Closed
Bug 134584
Opened 23 years ago
Closed 23 years ago
SPC scrolls forward; BS/DEL do not scroll back
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
People
(Reporter: jwz, Assigned: aaronlev)
Details
Please make BS and DEL behave like PageUp like they did in NS4.
My keyboard has PgUp/PgDn in an inconvenient place, and SPC/BS
is hardwired into my brain.
Comment 1•23 years ago
|
||
Hello Jamie !
you are too late for the discussion :-)
*** This bug has been marked as a duplicate of 108816 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 2•23 years ago
|
||
Not so fast.. if Backspace goes back on Linux, that's a bug.
The navigation behaviour is Windows-only.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
Reporter | ||
Comment 3•23 years ago
|
||
As far as I can tell, Backspace does nothing on Linux.
I would like it to do PgUp.
Apparently this heretical desire results in a flame war?
Regardless, it would be nice if someone would at least
tell me how to make *my* instance of the browser do that
crazy thing.
Comment 4•23 years ago
|
||
Please reopen Bug 36922 if you REALLY want this.
*** This bug has been marked as a duplicate of 36922 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → DUPLICATE
Comment 5•23 years ago
|
||
In theory you should be able to do this with custom xbl bindings: see
http://www.mozilla.org/unix/customizing.html.
In practice, most of the browser commands aren't accessible to XBL bindings (see
bug 71779), but page up is a selection controller command and should be XBL
bindable (see page up example in the customizing document).
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•