RamonUnch

Results 482 comments of RamonUnch
trafficstars

Interacting with the touch screen requires to listen to specific multi-touch APIs in a way that is quite different from what AltDrag does at the moment. Some touch actions may...

AltDrag considers all windows as resizable, I added the option in [my fork](https://github.com/RamonUnch/AltSnap/), to only resize windows that have the resizing borders. I will probably sublit a PR so that...

Unfortunately when testing `cd -e` I still cannot set a long path name as current directory. If the path name is short enough then it works. and I see the...

> In other words, I'm not sure it's worth pursuing :) Yori already has code to be a debugger in certain cases, but this seems like the most invasive case...

I am not considering this right now but it may come in the future. If I still have to use Windows. It would require a complete rewriting of the project...

The system cursors on Windows are not the same that what is available for a web application. https://learn.microsoft.com/en-us/windows/win32/menurc/about-cursors no grabbing cursor over here... AltSnap does not add customs cursors for...

@RB490 You can already select this option with `UseCursor=4`

Given that there seems to be some significant interest in having a different movement cursors, I guess I will ad the option to specify a custom Cursor. I could include...

Could you give an example of use that cannot already be done? AHK can already be triggered with any combo of keys or buttons and does not need AltSnap for...

Yes, this is because ESC is handled like a hard reset instead of a movement cancellation, so that if AltSnap locks something or gets in a funny state you can...