On Sunday 06 April 2003 05:31 pm, Harry G wrote:
On Sunday 06 April 2003 03:00 pm, John Pettigrew wrote:
In a previous message, Harry G wrote:
I can't get my dang wheel mouse to scroll up, only down. Here are the contents of my file for the mouse section:
[snip]
Option "Emulate3Buttons" "on"
[snip]
Option "EmulateWheelButton" "4"
[snip]
What have I done wrong? (It is a two button mouse with wheel that is also a middle button).
Those two lines don't look right to me. Certainly, if you have a 3 (or more) button mouse, you don't need "emulate3Buttons" on, and I've never seen "emulatewheelbutton" before, you if you have a real niddle button ("under" the wheel) then you don't need to emulate it.
Probably, this second emulation is "stealing" the "up" clicks and diverting them to an emulated middle button (button 4 is mapped to both the z axis setting (i.e. scrolling) and to this emulation).
HTH
John
I commented (#) out the two lines you mentioned, but no change. I will try commenting out the emulate wheel button option and see what I get.
Harry g
That did it! Thanks so much! Harry G