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)

All
Linux
defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 36922

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.
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
Not so fast.. if Backspace goes back on Linux, that's a bug. The navigation behaviour is Windows-only.
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
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.
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 ago23 years ago
Resolution: --- → DUPLICATE
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).
v
Status: RESOLVED → VERIFIED
Component: Keyboard: Navigation → User events and focus handling
You need to log in before you can comment on or make changes to this bug.