RamonUnch

Results 227 comments of RamonUnch

In the unofficial [AltSnap](https://github.com/RamonUnch/AltSnap) fork that I am maintaining, I allow several options for the center resize mode, and one of them is to extend the closest side in to...

Since windows 10 build 1703 The equivalent of "Disable display scaling on high DPI displays" option should be : [Override high DPI scaling behavior] Scaling performed by: Application. I guess...

If you use the [AltSnap fork](https://github.com/RamonUnch/AltSnap) that I am maintaining (not an official fork), you can use the `ShiftSnaps=0` option in the `[Advanced]` section of the ini file. I added...

There are some elements to add to the blacklist for Windows 11: in Processes: add `StartMenuExperienceHost.exe,SearchApp.exe,osk.exe` ``` ProcessBlacklist=Virtual PC.exe,StartMenuExperienceHost.exe,SearchApp.exe,osk.exe ``` for the windows blacklist I use: ``` Blacklist=Program Manager|Progman,*|MultitaskingViewFrame,Volume Control|Tray...

Interesting, your post lack some details though, I guess you are taking about the value of the `Settings`, `REG_BINARY` value in the `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3` key more details here: https://www.askvg.com/tip-how-to-move-the-taskbar-in-windows-11/

This generally happens when switching between elevated and non elevated windows. It should not happen when AltDrag is elevated (look at the config). If it still does then is pressing...

It would be actually quite simple, AltDrag could simply generate a the multimedia key sequence to increase/decrease the volume and the visual indicator would appear. I am implementing this in...

For information I am keeping a fork of AltDrag alive here, where I fixed DPI related issues a while back, alongside other issues related to Window 10 and Windows 8.x,...

Thanks for your feedback @bufferUnderrun, I opened a new issue to discuss a [New name for the project](https://github.com/RamonUnch/AltDrag/issues/63)

I checked and it seems that postimage removes all keyboard hooks when using it. It applies to other programs such as AutoHotyey. I suggest you submit a bug report to...