Open georg-eckert-zeiss opened 4 months ago
That's confusing, unchecking delay checkboxes should allow to trigger actions immediately. 🤔
Maybe sending arguments to explorer.exe for task view be different than hotkey events (win+tab). I was planning to add that as optional method.
It seems that Task View, which is what this tool invokes, is slow by itself, that short delay is part of Windows'. I tried using Ctrl+Alt+Tab as alternative, and is way faster. 😅
But Super+Tab is faster, too. If only a little bit.
I'm on Win11 again, and you're right, there is that delay, and it is because I'm using a mouse coordinates polling timer which is set to 250ms, instead of a mousehook dll, which would be immediate.
I double that. The delay on win 11 makes it unusable. Would love this fix.
Describe the bug Window overview is not activated immediately.
To Reproduce
Expected behavior No delay. Immediate action.
Desktop (please complete the following information):
Additional information No delays are set in the settings window.