RamonUnch
RamonUnch
Try this build: [AltSnap1.62test13_x64.zip](https://github.com/RamonUnch/AltSnap/files/12995742/AltSnap1.62test13_x64.zip) You need to add in the [Blacklist] section of the ini file: ``` NResize= ; List of windows that AltSnap should Never consider as resizeable ;...
You can still disable windows borders to disable native resizing. (border-less mode)
AltSnap can not disable native window resizing, it can just prevent itself from doing it. However you can use AltSnap's `Toggle Borderless` action that disables/restore all borders/titlebar for the window....
AltSnap cannot interact much with FancyZones, because FancyZones is not designed for it. However it handles its own zone system, you can check the wiki for more details. You can...
So in case it is non trivial for you (or someone else reading), for your use case, I would suggest to: 1) Check the **Snap to layout with Shift (configure...
I thought aboout generating click events, but AltSnap is already generating enough junk key events that aready create a huge mess that is barely workable, adding even more would make...
See #511, Also it is better to create new Issues if you want have a specific feature. re-using this issue thread is not ideal for organisation.
it is not planned indeed because you can enable the snap layout preview for AltSnap, so I do not intend to further investigate interacting with FancyZones.
Good idea indeed, Implementation of command line option is trivial and would be the most convenient for you: [AltSnap1.62test9_i386.zip](https://github.com/RamonUnch/AltSnap/files/12910623/AltSnap1.62test9_i386.zip) [AltSnap1.62test9_x64.zip](https://github.com/RamonUnch/AltSnap/files/12910624/AltSnap1.62test9_x64.zip) usage: `AltSnap.exe -l3` to select Snap Layout Number 3
Actually a windows should not be resized to its current size, if it does not move it should not be doing any work, I will investigate the problem further... Also...