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

When the CPU is under heavy load, sometimes GoToWindow doesn't show up or skips a "Tab" #32

Open
christianrondeau opened this issue Oct 3, 2014 · 0 comments

Comments

@christianrondeau
Copy link
Owner

I don't think there's a way to completely avoid that. Windows shuts down the ability to response to keys after a very short time (see LowLevelKeyboardProc callback function on MSDN).

What has to be tried is launching a separate thread that does nothing else but checks for the hook. That'll avoid callback happening at the same time as process events.

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

1 participant