vhanla

Results 62 comments of vhanla

Sorry for late answer, you should've tried downloading the latest release code instead of cloning this, since this uses many units that I haven't published yet, and furthermore, I just...

A WIP that has a simple pseudo script parser for doing this ![imagen](https://github.com/vhanla/winxcorners/assets/1015823/389595aa-e410-48a6-a49f-35863d7da411) The hotkeys will be as follows: `_control` or `control` or `control_` where `_` means hold or release...

I published a prerelease, with these new features. https://github.com/vhanla/winxcorners/releases/tag/1.3.1

They undo actions, most of them. I guess `All Windows` might not "undo" on Windows 11, I have to double check that, I guess it has to do with different...

> Any progress on this?? I would love to be able to undo opening the overview. :) > > EDIT: I think I found where the issue is... > >...

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

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

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

Are you perhaps talking about Windows 10's Calendar that can be shown using hotkey `Win`+`Alt`+`D`? If so, you can use this method, which consists of finding out the classname of...

Ha ha ha, I didn't notice. 😅 Fixing it, Thank you.