Find the section at the bottom of the file with the comments about defaults.
The first 3 lines of the section should be:
".*"
None, Down, Page_Down
None, Up, Page_Up
Just replace the Page_Down with Down,3 and Page_Up with Up,3:
None, Down, Down, 3
None, Up, Up, 3
The 3 is the number of repeats for the up or down key sent when the wheel is
rolled one notch.
Save the file and restart imwheel with the command "imwheel -k"
- Ralph
----- Original Message -----
From: "Jeff Malka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 04, 2000 1:20 AM
Subject: Re: [newbie] imwheel controls
> Thanks. I looked up the imwheel doc file but am still not clear. Do I
just
> add the lines: Up 3, Down 3? What exactly should I add?
>
> Thank you.