change selection behaviour of windows address bar

1

Is there any way to change the behaviour of address bars in windows (especially in web browsers such as Chrome and Firefox) such that a single click will place the cursor, and a double click will select everything? Having recently returned to windows for work after many happy years of linux and mac usage, this is proving to be one of the more significant irritations.

Murray

Posted 2014-03-16T19:52:54.330

Reputation: 11

Answers

1

In Firefox you can do the following.

  1. Open firefox and type about:config in the addressbar and press Enter. It'll confirm, click on I'll be careful, I promise! button.
  2. Now type SelectsAll in the Filter box. It'll show 2 entries:

    browser.urlbar.clickSelectsAll

    browser.urlbar.doubleClickSelectsAll

    clickSelectsAll would be set to false and doubleClickSelectsAll would be set to true.

    enter image description here


You could also use the keyboard shortcut Ctrl + L(works in Firefox, Chrome and in the address bar of windows) to achieve this.

stderr

Posted 2014-03-16T19:52:54.330

Reputation: 9 300