-
Notifications
You must be signed in to change notification settings - Fork 12
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
About pinch implementation #4
Comments
If I have an input box, |
I got it. It is |
I still find a way to add a hint indicator. Maybe adding red border into active window (close/minimize action). You should test volume up/down. Try pinch then hold (don't release it directly) |
I tried it. The feature works properly. |
Screencast.from.2023-10-12.09-28-17.webmImplementing adaptive indicator. minimize, close, show desktop |
New Transition Implementation. 🤩🤩 Screencast.from.2023-10-12.11-17-18.webm |
Update can be tested at 3-beta1 |
I have tested |
2023-10-12.13-40-22.webmIt turned some part of my screen red. |
Strange, it start to influence my topbar now. It is letting my topbar to be transparent (I have |
Maybe tint color should be implement differently. I don't have that problem btw |
Yea, still search api for show desktop. I think I already know api for close window. I will try all command call with api if I can find it. |
Add forward-back & Fix close tint indicator garbage (red) didn't cleanup. |
I guess the red indicator window size is not set correctly. It seems to cover to the corner of my right bottom pixel of the screen. And the left up pixel is not aligned to the current window properly. |
But it's didn't left the garbage indicator anymore right? note: I also use Maybe I just need to drop the color overlay, I cannot find a more reliable window position from window actor object. Or find other solution. I don't want use shader effect. |
Yes, no garbage anymore.
I hope you will get the solution. |
I used shader in last commit. It work nicely. |
Sounds good to me. Does that mean we can use the shader effect in minimize/maximize window as well? |
I just use basic shader for color manipulation, like change red proportion, make it brighter/dimmer, or lower saturation. I don't think switch window need some change color indicator 😆. |
Screencast.from.2023-10-13.21-55-38.webmcan you test it: Now next TODO (before submit ext):
So we will have alot of customizable gestures for different actions |
Wow, this is fantastic! I have tested pinch for next/previous window, which works perfectly well. (The only problem for me is that next window can only be effective on top 2 windows, but previous window can be triggered cyclically. Well, switch window with 3 fingers swiping is also a little strange for me. Switch to next window can only be triggered once, but previous window can be cyclically.)
|
There is 2 method to get list windows, list-all window & list windows stacking. Alt-Tab is using stacking, and change everytime active window changes. In this next/prev window I use stacking just like Alt-Tab, so when doing Try Maybe I will change Next-Window to Switch Window, and Next/Prev Window use non-stack-window list.
Nope, the problem was from
You mean the default swipe (3 fingers)?. can you list what extensions you use now? I change show desktop transition like this btw: Screencast.from.2023-10-13.23-44-02.webm |
Well, I am only using this plugin and |
I see, |
Try this for Next Window switch fix&tweaks: Basically the workaround is like this:
|
|
Try beta3: https://github.com/amarullz/windowgestures/releases/tag/3.0-beta3 All features has been developed |
I am using it. Like this: |
By the way, |
Oh.. I will check for dynamic workspace. If it not dynamic it will not add any workspace. For |
Oh sorry, I might misunderstood you once again. It is becoming pixelated actually. |
I saw you are binding |
nice ide |
It might be confusing about my last comment. I expect |
I know what you mean. swipe up-down is only in 4-fingers (if not swapped), 3finger is down-up, and you also mention move window |
BTW, currently some 3 fingers gestures are fixed with 3 fingers (like pinch), maybe a hint for that is more user-friendly. |
Maybe I need to dynamically change settings title when Swap 3 fingers changed (still lower priority than implement double tap move). |
The only possible way is tap (4/3 finger) hold then move, there is no tap events for 3/4 fingers (except maybe capturing system wide touchpad) |
Can you test this version? Changes:
|
Love it! Probably no hint for moving window with 3 fingers tap and hold when the window is maximized would be better, because the maximized window can not be moved anymore. |
Fixed: Also I added window list indicator Screencast.from.2023-10-18.06-33-50.webm |
Currently |
hmm. when I try 200% or other scaling, the UI is also scaled, Maybe I set the scale different from yours? I change it in display settings. I want to reproduce your problem so I can think how to fix it. And about snap, you mean the snap/maximize preview? (The transition is not as smooth like before -- it's hide the preview first before showing the next preview), if you mean about it I know how to fix it and already have a plan to fix it. But I am still on vacation 🤩🏖️ |
Fix |
For me the UI is way too small, if I use 300%, it will get as small as a pixel. |
I have tested it. Almost everything is great, but I can not let
Show Desktop
work. BTW it might be better to add some hint ofClose Window
, cause that might be an accidental touch.The text was updated successfully, but these errors were encountered: