PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

MX Vertical: fwd button as gesture scroll #462

Open guestisp opened 3 months ago

guestisp commented 3 months ago

Hi all i'm new to the MX Vertical and Logiops, i'm trying to configure the fwd button to trigger an horizontal scroll with gesture, so that when fwd is pressed, moving the mouse left and right should scroll left and right (or even better, don't know if possible, scroll the window tabs, if any)

Can someone post a little bit of code to look ?

MariusAlbrecht commented 3 months ago

as far as I can tell you want to set up a gesture with the fwd button and OnInterval mode. Just try out different intervals, you probably want a pretty small one though. And then just map your actions to the left and right directions of that gesture.

Your actions would probably be shift + scroll up/down or whatever key combination switching tabs is.

You should find several codes online which use gestures. Just copy those and change their parameters bit by bit to what you need