How do I change what CTRL+ENTER does in browsers address bar?
In IE, you can use short cut key such as Ctrl + Enter, to avoid typing www. at the initial & .com at the end. just you need to type the name of the website such as “sailen” and then press ctrl+enter.
Similiarly there are different short cut keys available on firefox browser.
If you like to change the value from .com to .net or .com.au, you can do it.
Create the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\QuickComplete
Create the following registry value in the key above:
QuickComplete (REG_SZ) http://www.%s.net (Or, com.au, com.np etc).
So whatever is in your address bar will be replaced in %s.