You are not logged in.

#1 2016-07-01 19:11:02

Aximand
Member
From: Russia
Registered: 2009-11-15
Posts: 21

Mouse: disable wheel scroll but enable middle-button scroll

The goal is to disable wheel scrolling on my mouse and use scrolling with the middle button instead. This is what I'm trying to do:

Section "InputClass"
  Identifier    "MogoMouse"
  Driver        "evdev"
  Option        "Name" "MoGo Mouse X54"
  MatchProduct  "MoGo Mouse X54"

  # Make the middle button scroll
  Option        "EmulateWheel" "on"
  Option        "EmulateWheelButton" "2"
  Option        "XAxisMapping" "6 7"
  Option        "YAxisMapping" "4 5"

  # Disable the wheel
  Option        "ButtonMapping" "1 2 3 0 0 0 0"
EndSection

But! It disables both the wheel and and middle button scrolling. If I remove ButtonMapping, I can scroll with the middle button but the wheel works too. Such a dilemma. Any thoughts?

Offline

#2 2016-07-16 20:50:19

Aximand
Member
From: Russia
Registered: 2009-11-15
Posts: 21

Re: Mouse: disable wheel scroll but enable middle-button scroll

Up

Offline

#3 2016-09-03 15:15:42

Aximand
Member
From: Russia
Registered: 2009-11-15
Posts: 21

Re: Mouse: disable wheel scroll but enable middle-button scroll

Up

Offline

#4 2016-09-03 16:18:18

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,739

Re: Mouse: disable wheel scroll but enable middle-button scroll

https://wiki.archlinux.org/index.php/Co … ct#Bumping

These are active forums filled with eager helpful members -- perhaps the crickets should be an invitation to provide more information


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2016-10-24 15:49:28

Aximand
Member
From: Russia
Registered: 2009-11-15
Posts: 21

Re: Mouse: disable wheel scroll but enable middle-button scroll

ewaller wrote:

https://wiki.archlinux.org/index.php/Co … ct#Bumping

These are active forums filled with eager helpful members -- perhaps the crickets should be an invitation to provide more information

Thanks for the suggestion, sorry about it

Offline

Board footer

Powered by FluxBB