Tech 24 Oct 2006 04:37 pm
Making backspace work as “back” in Firefox 2.0
In Firefox 1.5, when you hit “back” and the focus is not in a text field, the effect is the same as that of clicking on the “Back” button or typing Alt + left arrow. In Firefox 2.0, this does not happen. If you want it to work as it did in FF1.5, do this:
- in the browser address bar, type “about:config” and hit Enter
- in the screen that will show up, type “backspace” in the “Filter:” box
- you should see a single configuration option left, “browser.backspace_action”, with value 1
- double-click on it and change the value to 0 (zero)
That’s it. No need to restart the browser or save anything, and the backspace key works as desired again.






on 01 Nov 2006 at 3:01 pm 1.Andrew said …
Thanks for that tip! That saved me a ton of frustration.