Address Bar

If you type something in the address bar, $ProductName will try to interpret in the following sequence:

  1. Alias
    If it matches an alias, the corresponding full URL will opened.
  2. Built-in commands
    If it matches a built-in command, it will be executed.
  3. Regular URL
    If it's recognized as a regular web address, it will be directly opened.
  4. Domain Name Autocompletion
    If what you type is a single word containing no space, "www." and ".com" will be automatically added to form a legal URL. Then that URL will be opened. You have NO need to press ctrl+enter for domain name autocompletion as you do in IE or other browsers.
  5. Automatic Google Search
    If what you type is a phrase containing spaces and it can't be interpreted as a legal web address, $ProductName will pass the string to google search engine. For example, you can directly type "$CompanyName $ProductName" in address bar to search for it on google.com