Configure Firefox without About Config with an Add on 01

One of my main gripe when switching from Windows to Linux is that my favorite web browser Firefox doesn’t behave exactly the same way it does on Windows. Specifically, 2 things that bother me the most are:

  • The Backspace button doesn’t go back to the previous page
  • Clicking on the url address bar doesn’t automatically highlight the entire line.

Fortunately, it’s possible to change those behaviors simply by fiddling around with the settings a little bit. You’d want to go to your about:config page and change the following values:

  • Find browser.backspace_action and set the value to 0 (default is 2 or something). This will make the backspace button behave as it does in Windows.
  • Find browser.urlbar.clickSelectAll and set the value to True

And that’s about it. Personally I can’t understand why the developer would choose to keep these little annoyances. If it was just for a versions or two then we could accept it as bug but it’s been many years since these behaviors were implemented. The fact they’re still there mean that they are intended. Maybe they were made by Mozilla devs who are actually Microsoft moles who want to low-key diminish the user experience in Linux, I guess we’ll probably never know.

0 0 votes
Article Rating