-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
One hand mode (mouse-only activation) #221
Comments
I'm also willing to work on this if you can give me a quick hint where the changes are needed :). |
Hi there! Thanks for the suggestion - this is definitely something which would be of great benefit. However, to the best of my knowledge, this is impossible for a GNOME Shell extension (at least on Wayland). But I would really like to be proven wrong here! You would need to find a way to intercept mouse events before they are passed to the client windows. The only real solution for this would be to extend Mutter, I guess. I asked a related question quite some time ago on discourse.gnome.org. If you have an idea how to do this, I would be more than happy! As a "workaround", I usually suggest these tools which allow you to open menus with your mouse in one or the other way:
|
I installed ydotool as described here that is able to simulate keystrokes. For instance
Now, the middle mouse button (the scroll wheel button) is translated to |
Were you referring to sezanzeb/input-remapper? EDIT: OOPS, sawry - just saw that it was indeed linked by Schneegans in the original response. |
I'll close this issue (as it's not possible to implement from the Fly-Pie side). At the same time I'll pin it to the top of the issue list so that others may find the links to the third-party solutions more easily. |
The Motivation
Provide a option to activate fly pie just with my mouse. Personally for me fly pie really excels when I'm in lazy mode and just use my mouse and don't have my hand on the keyboard (leaning back, drinking coffee, on phone call). Would be also very cool for people which have just one hand.
The Solution
I have shortcuts in mind like:
Would be super cool if this is configurable.
The text was updated successfully, but these errors were encountered: