I have this strange problem, how exactly does control + enter decides the domain of a website?? If i type stackoverflow,then hit control+enter, it works and takes to homepage, but i type ubuntuforums, then hit control + enter, it does not recognise its ubuntuforums.org, but goes to ubuntuforums.com??

How does this exactly work? If i need to change this behaviour, how should i do it?

link|improve this question
1  
Chrome usually displays the right URL in the search bar when typing. Use Arrow down + enter, and you have the same result as Ctrl+Enter. – Prutswonder Apr 22 '10 at 7:53
feedback

migrated from stackoverflow.com Apr 22 '10 at 7:53

This question came from our site for professional and enthusiast programmers.

4 Answers

It just take what all you typed in the address bar, append it with .com and start talking to that server.

If you want to visit .net user shift + enter

If you want to visit .org user control + shift + enter

link|improve this answer
feedback

The browsers simply add a ".com" to the end if the single word domain can't be resolved.

It is the most common TLD, and there are no smarts about it.

As for changing this behavior - it is hard coded, so nothing easy can be done.

link|improve this answer
As said by user22644, you can press ctrl+enter to add .com, Shift+enter to add .net and ctrl+shift+enter to add .org. Plus, the "default" suffix, which is added when the domain name can't be resolved can be tunned by modifing values browser.fixup.alternate.* in about:config – Benoit Apr 22 '10 at 8:58
feedback

CTRL+Enter is the shortcut to add ".com/" to the end, and "http://www." to the start of whatever you've typed. For .org, the shortcut is CTRL+Shift+Enter

link|improve this answer
feedback

Browser only adds .com not .org, .net, etc when you press those keys.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.