Skip to content

Disable UseShellExecute and bring the window to the front in case Ctrl + Click is used#80

Open
ducmthai wants to merge 2 commits intozumoshi:masterfrom
ducmthai:master
Open

Disable UseShellExecute and bring the window to the front in case Ctrl + Click is used#80
ducmthai wants to merge 2 commits intozumoshi:masterfrom
ducmthai:master

Conversation

@ducmthai
Copy link

@ducmthai ducmthai commented Apr 10, 2021

  • Improvement: Use ProcessStartInfo with UseShellExcute set to false in starting new browser processes. This mechanism bypasses OS shell and starts the browser directly from the executable file.
  • Improvement: If Ctrl + Click is used to follow links and Ctrl is not released, BrowserSelect should be visible. This is an attempt to fix Browser Select window on top #59

@lucasnz
Copy link

lucasnz commented Sep 2, 2021

Thanks. I've cherry picked these commits into my branch. I can't really tell if there's an improvement in speed - but this PR still seems to make sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Browser Select window on top

2 participants