-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Zones >> Use center most zone when overlapping #405
Comments
I am not sure I understand, |
Ok, I see what you mean actually you were taking about overlapping zones, this is an interesting concept on which I did not work. It should not be hard to implement indeed, I will see what I can do after the next stable release. |
Yes, this is fantastic and I have increased the value of my interzone
larger.
…On Wed, Mar 22, 2023 at 12:24 PM RamonUnch ***@***.***> wrote:
I am not sure I understand,
By default if the cursor is close to two zones, it will extend the Window
to the two zones, However you can change this behavior by setting the
InterZone value to 0 in the [Zones] section of the ini file, in this case
the window will only snap to a single zone, as soon as your cursor enters
the zone, and you will need to use the Ctrl key to extend to several zones.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLRGYRBENU5CBZJI5V3W5MRVNANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
You are great! Thank you for considering! I am an efficiency guy and I
want a number of zones for flex on the same screen.
Right now, I have to have at least some section of the screen that each
zone has no multilayer depth on. Otherwise, I cannot select that zone. I
was trying by leaving my four corners layer with gaps in the top and lower
center.
Thank you for all your efforts.
Peace.
…On Wed, Mar 22, 2023 at 12:29 PM RamonUnch ***@***.***> wrote:
Ok, I see what you mean actually you were taking about overlapping zones,
this is an interesting concept on which I did not work.
It should not be hard to implement indeed, I will see what I can do after
the next stable release.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLWWFHIBWVJGAWI7C6DW5MSG7ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Actually implementation is straightforward so I added already an option: Add this option in In the
There is always an interzone tolerance to allow to snap to two zones but in your specific case it might be useless. |
You are great! I will download and try it!
Thank you kindly.
…On Wed, Mar 22, 2023 at 3:47 PM RamonUnch ***@***.***> wrote:
Actually implementation is straightforward so I added already an option:
Add this option in In the [Zones] section:
ZSnapMode=1
; Zone snapping strategy
; Set to 0 to snap to the zones pointed by the cursor (default).
; Set to 1 to snap to the zone which center is the nearest from the cursor
There is always an interzone tolerance to allow to snap to two zones but
in your specific case it might be useless.
Use this build of AltSnap.exe+hooks.dll (quit altsnap and replace the old
files).
AltSnap1.60rc2_x64.zip
<https://github.com/RamonUnch/AltSnap/files/11044183/AltSnap1.60rc2_x64.zip>
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLT5Z7WN3TDUTI4SGOLW5NJL3ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello, this is not working. I created 12 windows on with test window and
saved. That is in the ini but the drag is not honoring it.
Also, what is layoutzones=0? I got rid of that.
Only my last two zones show to snap to....
Peace.
…On Wed, Mar 22, 2023 at 3:47 PM RamonUnch ***@***.***> wrote:
Actually implementation is straightforward so I added already an option:
Add this option in In the [Zones] section:
ZSnapMode=1
; Zone snapping strategy
; Set to 0 to snap to the zones pointed by the cursor (default).
; Set to 1 to snap to the zone which center is the nearest from the cursor
There is always an interzone tolerance to allow to snap to two zones but
in your specific case it might be useless.
Use this build of AltSnap.exe+hooks.dll (quit altsnap and replace the old
files).
AltSnap1.60rc2_x64.zip
<https://github.com/RamonUnch/AltSnap/files/11044183/AltSnap1.60rc2_x64.zip>
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLT5Z7WN3TDUTI4SGOLW5NJL3ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
give me a copy of yur ini file so that I can test it.
This was probably |
Use this one, it might fix your issue. Also be sure not to set a too large value to InterZone because the new strategy has a way to use the value that is slightly different. |
I will try this one rc3. I did have interzone at 127 and now 75 I think.
…On Thu, Mar 23, 2023 at 5:44 AM RamonUnch ***@***.***> wrote:
Use this one, it might fix your issue.
AltSnap1.60rc3_x64.zip
<https://github.com/RamonUnch/AltSnap/files/11049290/AltSnap1.60rc3_x64.zip>
Also be sure not to set a too large value to InterZone because the new
strategy has a way to use the value that is slightly different.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLXVVHYFZ2DIRW7MR7DW5QLONANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Oh dear, Alt key is not working at all with 60rc3.
…On Thu, Mar 23, 2023 at 5:44 AM RamonUnch ***@***.***> wrote:
Use this one, it might fix your issue.
AltSnap1.60rc3_x64.zip
<https://github.com/RamonUnch/AltSnap/files/11049290/AltSnap1.60rc3_x64.zip>
Also be sure not to set a too large value to InterZone because the new
strategy has a way to use the value that is slightly different.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLXVVHYFZ2DIRW7MR7DW5QLONANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Could you give more details? |
So sorry. I thought I put the ini in the one of the last 2 emails......
…On Thu, Mar 23, 2023 at 11:49 AM RamonUnch ***@***.***> wrote:
Could you give more details?
I am unable to reproduce, obviously!
Could you give a copy of your ini file?
You can zip it and attach it in a post.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLXKS6E5MM5DEZCQV53W5RWI7ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello RamonUnch/AltSnap,
It is working now!!! Not sure...I unchecked saved and checked a configure
setting and now working nicely. Well done there!!!
Thank you.
Mike
…On Thu, Mar 23, 2023 at 11:49 AM RamonUnch ***@***.***> wrote:
Could you give more details?
I am unable to reproduce, obviously!
Could you give a copy of your ini file?
You can zip it and attach it in a post.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLXKS6E5MM5DEZCQV53W5RWI7ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello there,
It is working pretty well at this point. It does get confused a bit with
overlapping test windows. If there are several, I have 10 on one screen, it
wants to create a together snap zone from the top to the bottom of the
screen.
Interesting.....
…On Thu, Mar 23, 2023 at 11:49 AM RamonUnch ***@***.***> wrote:
Could you give more details?
I am unable to reproduce, obviously!
Could you give a copy of your ini file?
You can zip it and attach it in a post.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLXKS6E5MM5DEZCQV53W5RWI7ANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This comment was marked as off-topic.
This comment was marked as off-topic.
If it tend to snap to too many zones at tye same time, decrease again the InterZone value, setting it to 0 mean that the window will snap to only one zone which is probably whet you want if you use may overlapping zones. |
Thank you.
…On Thu, Mar 23, 2023, 3:32 PM RamonUnch ***@***.***> wrote:
If it tend to snap to too many zones at tye same time, decrease again the
InterZone value, setting it to 0 mean that the window will snap to only one
zone which is probably whet you want if you use may overlapping zones.
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLTXAECY2BBSLWWXNHLW5SQNJANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
1.60 is released (same than rc3) |
Thank you!!!! It really works great! I use FancyZones to place the
windows......Then AltSnag specialness!!!!
…On Fri, Mar 24, 2023 at 3:39 AM RamonUnch ***@***.***> wrote:
1.60 is released (same than rc3)
—
Reply to this email directly, view it on GitHub
<#405 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOLZXLUFZSYW7FCBMWFR4C3W5VFSNANCNFSM6AAAAAAWEA34ZY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hello there. Great great product. Thank you for your service to the community.
I would rather use this than FancyZones. The idea to use the Test windows works well to save a layout.....
However, when I use overlapping windows, the choser gets confused. It wants to combine multiple zones. Could this be configurable in the .ini? I would like it to chose the center most test windows from my mouse cursor and only join two or more if it is center most for those zones. It would require some triangulation but would really work well when I want top and bottom, four corners, and two central on the same monitor. I can do this with fancyzones.
Thank you for considering.
The text was updated successfully, but these errors were encountered: