--- In [email protected], "Russel" <[EMAIL PROTECTED]> wrote: > i'll see what > > > > I was too quick to unload mousetrap, there are some features that I > > depend on. Russell or someone, is there a way that I can make > > mousetrap > > and right hold+wheel coexist? > > > > i'll see what i can do.
It may be simplest just to implement in mousetrap. This is pretty easy to implement with mouse hook: - if you get wheel turn with right mouse down, send alt down, tab down and tab up - send tab down and tab up for mouse forward (or shift down tab down tab up shift up for mouse back) - when you get right up, sent alt up However, I found that in some circumstances there was no right up sent even when right mouse key was released, leading to strange system behaviour since the alt up was never sent. As I recall, it happened if the mouse cursor was in the area where the alt-tab window appeared. This could be just because of the mouse hook PowerPro uses - - the old global hook, not the new LL hook. To solve, I added a timer which fires often and checks to see if right is up at each timeout and if so sends the alt up and kills the timer. Also, for PowerPro, at the start I have to cancel some possible mouse keys: for example, right press/hold mouse key gets cancelled by wheel turn with right down. ------------------------ Yahoo! Groups Sponsor --------------------~--> <font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h1mv4cd/M=362329.6886308.7839368.1510227/D=groups/S=1706030409:TM/Y=YAHOO/EXP=1122680554/A=2894321/R=0/SIG=11dvsfulr/*http://youthnoise.com/page.php?page_id=1992 ">Fair play? Video games influencing politics. Click and talk back!</a>.</font> --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
