PixlOne / logiops

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

Is there any to make thumb wheel scroll vertically. #397

Open namndtth opened 1 year ago

namndtth commented 1 year ago

Hello everyone, As the title, I'm finding a way to make thumb wheel can scrolled vertically. Is there any solution for this ? Thanks in advanced.

adiOdi commented 1 year ago

For me, adding

thumbwheel: {
    cid: 0x2150;
    divert: true;
    left: {
      mode: "Axis";
      axis: "REL_WHEEL";
      interval: 10;
      axis_multiplier: -1;
    },
    right: {
      mode: "Axis";
      axis: "REL_WHEEL";
      axis_multiplier: 1;
    }

in /etc/logid.cfg works