-
Notifications
You must be signed in to change notification settings - Fork 40
Added 4 finger Vertical gesture for app navigation #98
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
base: main
Are you sure you want to change the base?
Conversation
This doesn't affect fullscreen mode, as in fullscreen mode panel is visible, but panel's parent is hidden. Fixes harshadgavali#5
This avoids glitch where widget containing window's content is shown above Tilepreview for very short duration, without any animation
This change makes touchscreen gesture behave as default
This is to avoid waiting for bindings to be available on npmjs
This makes both window switching and forwardBack gestures available
V22: Add close tab/window gesture and make forwardBack a hold-swipe gesture
This fixes issue when confirmPinch was not called, so tracker remains in pending-ack state
…sture This allows cyclic overview navigation as well as gnome-style navigation. It also adds option for only desktop<->windowPicker transitions
@adhadse It would be better to add option to replace window manipulation gesture with forward/back gesture regardless whether overview gesture are 3 or 4 fingers. Though I'm still not convinced that would be better cause forward/back is horizontal action not vertical one. |
@harshadgavali I think we are trying to put a lot of features which GNOME ecosystem tries to stay away from. It would be whole lot better if we offer user what gesture he/she want to use for what. Like WIndows do (We can learn from them...) giving dropdown options to choose from So, the user can decide if he/she wants navigation to be horizontal/vertial and 4/3 finger to suit their priority and needs, and then we give them option for possible gestures they are left with. Thoughts? |
I think you misunderstood what I meant. What I meant is in this PR
|
…states overviewRoundTrip: Add option to set navigation states for overview gesture
Merge upstream
The current state of using 3 fingers for both WIndow Switching and app navigation can be harder to get familiarized or even miss. Mapping these gestures to 4 finger in Vertical direction make things a lot easier and they are also not used (Edit: oh well they are used for WIndow Manipulation, but might be less frequently used in comparison to app navigation).
When default overview navigation gesture using 3-finger is on:
When default overview navigation gesture using 3 fingers is TURNED OFF using extension, i.e., overview gesture uses 4 finger instead (and window manipulation is on).
I have tested them and they work pretty fine.
And Heartful Thanks for this extensione🤩. Any plan to bake this into GNOME?