Skip to content
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

Binding mouse gesture to a touchpad gesture #268

Open
AMDG2 opened this issue Sep 6, 2021 · 4 comments
Open

Binding mouse gesture to a touchpad gesture #268

AMDG2 opened this issue Sep 6, 2021 · 4 comments
Labels
enhancement New feature or request

Comments

@AMDG2
Copy link

AMDG2 commented Sep 6, 2021

Is it possible to bind a mouse gesture to a touchpad gesture?

My use case is to use the MX Master 2s thumb button to emulate three-fingers gestures to allow switching between workspaces and overview in Gnome.

If it is possible right now, it would be nice to be able to bind a button gesture a touchpad with a configuration like this one:

 buttons: (
  {
    cid = 0xc3;
    action = 
      {
        type: "Gestures";
        gestures: (
        {
          direction: "All";
          action: {
            type: "TouchpadGestures";
            fingers: 3;
            mode: "Move"; # Drag, Pinch or other "kind" or gestures
          }
        }
        )
@riekusr
Copy link

riekusr commented Oct 18, 2021

did you get this to work?

@S-trace
Copy link

S-trace commented Dec 6, 2021

did you get this to work?

It seems @AMDG2 has not made this work, this is just a concept.

@Sewdohe
Copy link

Sewdohe commented Nov 20, 2022

This isn't possible ATM but you can do the same thing by defining a keyboard shortcut for your window manager and then re-creating that shortcut in logiops for the gesture. It works really well!

If we could get 1:1 mappings like with touchegg or wayland working though that would literally be amazing

@PixlOne PixlOne added the enhancement New feature or request label May 11, 2023
@PixlOne
Copy link
Owner

PixlOne commented May 11, 2023

I'm interested in adding this, will investigate later. Thanks for bringing it to my attention.

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

No branches or pull requests

5 participants