Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130270 - imwheel --auto-repeat doesn't work correctly
Summary: imwheel --auto-repeat doesn't work correctly
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-17 10:02 UTC by Eugene Pavlovsky
Modified: 2006-04-24 12:16 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Pavlovsky 2006-04-17 10:02:17 UTC
I'm trying to set up my extra mouse button to produce "Enter" keypresses as long as I hold the button down. Here's my /etc/X11/imwheel/imwheelrc:
".*"
None, Button4, Return, 0
None, Button5, Escape

I run imwheel (version 1.0.0_pre12) as "imwheel -d -b 89 --auto-repeat 250000".
When I press the mouse button, "Enter" keypresses are generated at the correct rate of 4 per second, but when I release the mouse button, they keep being generated, while they should stop. So I guess imwheel somehow misses the mouse release event.

software: xorg-7.0-r1, imwheel-1.0.0_pre12
mouse: ms wireless explorer (tilt wheel, 2 extra side buttons)
xorg.conf (mouse section):
Section "InputDevice"
	Identifier  "usbmouse"
	Driver      "evdev"
	Option	    "Device"   "/dev/input/event_usb"
        Option      "Buttons"  "9"
	Option      "SampleRate"   "500"
	Option      "Resolution"   "800"
EndSection
Comment 1 Krzysztof Pawlik (RETIRED) gentoo-dev 2006-04-22 15:50:05 UTC
That's an error in imwheel itself.
Comment 2 Eugene Pavlovsky 2006-04-24 12:16:00 UTC
pls tell me, should i file a bug somewhere else? if so, where?