microsoft / PowerToys

Windows system utilities to maximize productivity
MIT License
111.36k stars 6.56k forks source link

[Run] Website appends forwardslash #9324

Open Yuhanun opened 3 years ago

Yuhanun commented 3 years ago

ℹ Computer information

📝 Provide detailed reproduction steps (if any)

  1. Open PowerToys Run
  2. Type "YouTube" for example without quotation marks
  3. Hit enter

✔️ Expected result

The expected result would be to either go to youtube.com or to just have "youtube" in the bar on top

❌ Actual result

The actual result is that you end up going to youtube/

📷 Screenshots

image image

crutkas commented 3 years ago

issue is internal websites, https://itweb/ is a valid URL inside MSFT for instance. dropping the slash would be easy but then would default to searching.

Yuhanun commented 3 years ago

So how do I personally fix this, is this being worked on or?

crutkas commented 3 years ago

one idea is override Ctrl-enter here to append on .com like the browsers do.

dedavis6797 commented 2 years ago

This is more in-line with an enhancement request than actual bug.