View previous topic :: View next topic |
Author |
Message |
causes n00b
Joined: 24 Sep 2014 Posts: 9 Location: Finland
|
Posted: Thu Oct 09, 2014 6:20 pm Post subject: [solved] logitech G400s mouse generates two keypresses |
|
|
Hi. I bought logitech G400s mouse and it generates two keypresses on mousewheel button. If i click link with mousewheel firefox opens two tabs. Rolling wheel once scrolls page two steps.
Any help how to debug or fix is welcome. _________________ http://causes.fi/
Last edited by causes on Fri Oct 10, 2014 1:22 pm; edited 1 time in total |
|
Back to top |
|
|
causes n00b
Joined: 24 Sep 2014 Posts: 9 Location: Finland
|
Posted: Fri Oct 10, 2014 1:21 pm Post subject: |
|
|
I figured it out. My config was wrong. I had to remove mouse wheel emulation.
Code: |
Section "InputDevice"
identifier "Mouse0"
driver "mouse"
option "AutoServerLayout" "on"
option "device" "/dev/input/mice"
#Option "EmulateWheel" "true"
#Option "EmulateWheelButton" "2"
#Option "XAxisMapping" "6 7"
#Option "YAxisMapping" "4 5"
EndSection
|
_________________ http://causes.fi/ |
|
Back to top |
|
|
|