Bug 287 - Workrave ignores the mouse wheel
Status:
RESOLVED FIXED
Component:
Core :: UNIX
Version:
1.2.2
Hardware:
PC Linux
Importance:
P2 normal
Target Milestone:
---
Assignee:
Rob Caelers
URL:
Depends on:
Blocks:
Reported:
Aug 20 2003 08:08:41 UTC
by:
Hugo Haas
Modified:
Aug 26 2003 10:11:31 UTC
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Rob Caelers | Aug 22 2003 06:07:05 UTC | status | NEW | ASSIGNED |
| Rob Caelers | Aug 26 2003 10:11:31 UTC | status | ASSIGNED | RESOLVED |
| resolution | FIXED |
Description
Hugo Haas Aug 20 2003 08:08:41 UTC
It seems that Workrave doesn't notice when I use my mouse wheel, i.e. buttons 4
and 5:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "CorePointer"
Option "Protocol" "MouseManPlusPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
I can turn the wheel whenever, and Workrave doesn't see this as activity.Comment 1
Rob Caelers Aug 22 2003 06:07:05 UTC
Workrave prefers to use xrecord to monitor keyboard and mouse. If xrecord is not
available, it uses a fallback method. It seems that the fallback has a few lines
commented out that prevent Workrave from monitoring mouse buttons. Don't know
why....
The easiest fix is to enable xrecord by editting /etc/XF86Config-4:
Section "Module"
...
Load "record"
...
EndSection
Comment 2
Rob Caelers Aug 26 2003 10:11:31 UTC
the offending lines are back in...