Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Prevent windows from taking focus #211

Open
nicolasdejong opened this issue Aug 17, 2018 · 1 comment
Open

Feature request: Prevent windows from taking focus #211

nicolasdejong opened this issue Aug 17, 2018 · 1 comment
Assignees

Comments

@nicolasdejong
Copy link

As I was reading from

https://news.ycombinator.com/item?id=13690732

it mentioned that an old version of TweakUI once had this feature. In that thread someone gave the perfect description why you would want this feature:

Stealing focus is more than annoying -- it's dangerous. When a Windows dialog pops up with focus set to "OK", all it takes is a press of the space bar and poof! you've just "clicked" OK on God knows what. Even worse, now that it's dismissed, you can't go back and see what you just OKed.

The next 30 seconds are sure to be spent wondering "what's about to happen? Will the system reboot? Did I just install an upgrade? Or open the firewall? or ???"

I have no idea how much control you have over this in Windows. My suggestion would be to not allow focus change if there was no mouse-click in the last second before the focus change was requested.

@mzomparelli
Copy link
Owner

Let me look into this. I have an idea how I might be able to accomplish this.

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

No branches or pull requests

2 participants