Skip to content

WIndow Manipulation won't work until 4-finger gesture for overview navigation is not turned on #99

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

Closed
adhadse opened this issue Jun 12, 2022 · 3 comments

Comments

@adhadse
Copy link

adhadse commented Jun 12, 2022

Currently, the gesture settings app let user set Window Manipulation (TIle, Maximize, MInimize, etc) without asking for turning on 4-finger gesture for overview navigation.

The problem here being Window Manipulation is 3-finger Vertical direction gesture, which means until the default Overview Navigation gesture which uses 3-finger Vertical gesture is not overrided by extension managed 4-finger Overview navigation gesture, the setting is fruitless.

This can be user interface enhancement to let user know what is required for what they want to achieve.

@harshadgavali
Copy link
Owner

harshadgavali commented Jun 12, 2022

window gesture do still work even with 3-finger overview gestures.
window gestures will switch to 4-finger in this case.
I agree this needs rework.

Are you facing this issue because of changes you made?

			ExtSettings.DEFAULT_OVERVIEW_GESTURE ? Clutter.Orientation.VERTICAL : Clutter.Orientation.HORIZONTAL,
			ExtSettings.DEFAULT_OVERVIEW_GESTURE ? true : false,

This change you made in PR might be conflicting with the settings.

@adhadse
Copy link
Author

adhadse commented Jun 13, 2022

The changes I made. App navigation uses 3 finger HORIZONTAL gesture if 4 overview gesture is used otherwise switches to 4 finger VERTICAL gesture. (So this new PR gesture is not conflicting with Overview gesture)

Yeah, but this now would conflict with WIndow Manipulation. I personally don't really require Window Manipulation gesture and I'm better off with these new app navigation gesture with 4 fingers.

But, I want to make this choice default since 3 finger app navigation + 3 finger window switching is difficult to perform.

@harshadgavali
Copy link
Owner

Closing this since this is only related to PR #98

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants