vhanla / winxcorners

Hot corners for Windows 10 & 11
https://apps.codigobit.info/2015/10/winxcorners-hot-corners-for-windows-10.html
MIT License
591 stars 42 forks source link

Short delay on activation #54

Open georg-eckert-zeiss opened 1 month ago

georg-eckert-zeiss commented 1 month ago

Describe the bug Window overview is not activated immediately.

To Reproduce

  1. Bump the hot corner
  2. short delay
  3. window overview is activated

Expected behavior No delay. Immediate action.

Desktop (please complete the following information):

Additional information No delays are set in the settings window.

vhanla commented 1 month 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.

vhanla commented 1 month ago

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. 😅

georg-eckert-zeiss commented 1 month ago

But Super+Tab is faster, too. If only a little bit.

vhanla commented 1 month ago

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.