logiops icon indicating copy to clipboard operation
logiops copied to clipboard

OnPress and OnLongPress and other options for Actions and Gesture Modes?

Open wajd opened this issue 11 months ago • 0 comments

Hi, so currently I use OnRelease gesture mode for left and right on the thumb pad button on my logitech mx master 3s to move between workspaces on Gnome. I tried using OnInterval but it's too finicky and always end up in the leftmost or rightmost workspace whichever interval i set up.

What i'd like to do is to have the Super button pressed when i first press down on the button, then have the holding the button while moving left and right be scrolling up and down, and then activate the super button again when i let go of the button. (in Gnome, pressing the super button brings up the workspace switcher, and scrollup and scrolldown (as well as sidescrolling) moves through the workspaces, hence this would allow me to make moving between spaces seemless)

TLDR; i'd like to have signals sent on every stage and/or type of button press.

Currently available are: OnRelease, OnInterval, OnThreshold, and KeyPress (Action only). What i'd like to also have: OnPress, OnHold, OnLongPress, OnDoublePress.

This would enable a user to map separate actions to the start, end, and middle of a keypress.

It would also be nice to have the option of determining whether the signal of the button is continuously held down or repeatedly pressed.

wajd avatar Mar 16 '25 13:03 wajd