Firefox Backspace Annoyance
Sunday, November 11th, 2007Perhaps this has happened to you:
- You’re editing a large text field in the browser window.
- The cursor mysteriously jumps out of the text field without you knowing.
- You hit the Backspace button to make a correction and BAM!… the browser navigates back a page and all the text you entered is lost.
It happens to me all the time. Especially lately since I’ve been making large textual changes to the SweetNES project Wiki. I finally decided that enough was enough and looked for a way to disable the backspace “feature”. I found several Firefox extensions that were made just for this purpose but the idea of having to install another extension just to handle this annoyance seemed a little much. Then I found it can be disabled via the Firefox config page. Here’s how:
- Open a new Firefox window.
- In the address field type in “about:config”.
- Once the page has loaded you can filter down to just the option we’re looking for by typing “browser.backspace” in the Filter field.
- Right-click on the the browser.backspace_action item and select Modify from the menu.
- In the Enter integer value popup window enter the value “2″ in the field and click OK.
- Restart Firefox.
What this does is “unmap” the backspace button effectively disabling it. According to the documentation at MozillaZine (link below): a value of 0 makes the backspace button navigate backwards in history, a value of 1 will scroll up a page in the current document when the backspace button is hit (perhaps more annoying than the first), and “Any other integer value will simply unmap the backspace key.”
Resources:
