![]() |
|
#11
|
|||
|
|||
|
[ QUOTE ]
[ QUOTE ] [ QUOTE ] [ QUOTE ] [ QUOTE ] Have you considered switching to a trackball? I had a similar situation, got a trackball, and love it. YMMV. [/ QUOTE ] I might go try them out somewhere, but idk it sounds kinda difficult to make quick clicks playing 12 tables with a trackball, and occasionally 15-16 when I'm feeling ambitious. [/ QUOTE ] Have you considered using something like macroexpress to reduce the need for mouse movements? I have been using it for a few years and am quite happy. If your setup is cramped/uncomfortable this could be quite an improvement. I have a logitech mx mouse, and for example, one of the binds is 'fold' to wheelright. This alone is pretty huge. But you can also bind in check/call, your standard opening raise, all-in (for those pushfest donkaments), etc. In fact you could go mouseless and have everything bound to the kb. I was somewhat concerned that this could make me appear 'botlike' but a guy from Stars CS actually suggested macroexpress. Never had any problems and may have my lack of carpal tunnel to thank for it. [/ QUOTE ] This is something I'd be interested in as I'm not real big on the idea of getting a new input device for what I do. I'm actually pretty comfortable with my set up now, it's just I'm pretty sure it could be even better with a few small improvements. The only functions I think I'd need would be if the fold box could be checked easily, and something that would make the slider go all the way to the right (all-in) so that I'd only have to click the raise/right button to actually push then. Is there some sort of script for this Macroexpress, kinda like AHK? [/ QUOTE ] You could write your own script for ME, but the quickest is just to use the record function then edit the generated script. As an example: for fold you just record, then click the fold button/checkbox, end record, cleanup the macro a bit with some editing (get your delays and mousemove commands pared down) set the scope (only triggers on PokerStars windows for example) its done. Basically any function you are performing with the mouse and/or keyboard you should be able to replicate. [/ QUOTE ] I'm sure this is one of those "you don't know until you do it" kind of things, but is it able to recognize the fold box on your active table and go check it really really quickly? Just wondering because from my brief experience in writing scripts with AHK, with mouse click commands where you tell the mouse to click a certain spot in a window, the mouse moves x to the left/right and y up/down and then clicks, and if you manually move the mouse at all during this time (albeit a pretty short amount of time), then it will miss the fold box and click in the wrong spot. Also if it's supposed to act on an active window, is it possible for fold to be clicked on accident on another window that just became the active window (like if it's folded around to you quickly on that table and you haven't had a chance to click the fold box yet)? And if you are constantly resizing your tables by tiling as you get knocked out, is it able to adjust to different sized windows? I'm sorry to bother you if you're not in the mood for 20 questions [img]/images/graemlins/smile.gif[/img] |
|
#12
|
|||
|
|||
|
[ QUOTE ]
I'm sorry to bother you if you're not in the mood for 20 questions [img]/images/graemlins/smile.gif[/img] [/ QUOTE ] np. I do have to do a few things quick here, will be back in a bit and answer what I can. |
|
#13
|
|||
|
|||
|
YRMV, but this is what I have found. I haven't really had to delve too much into ME as with very little work I was able to get what I wanted out of it.
[ QUOTE ] I'm sure this is one of those "you don't know until you do it" kind of things, but is it able to recognize the fold box on your active table and go check it really really quickly? Just wondering because from my brief experience in writing scripts with AHK, with mouse click commands where you tell the mouse to click a certain spot in a window, the mouse moves x to the left/right and y up/down and then clicks, and if you manually move the mouse at all during this time (albeit a pretty short amount of time), then it will miss the fold box and click in the wrong spot. [/ QUOTE ] The mouse movements for my macros are basically go to (x,y) relative to the current window. If you have either a very quick delay (like 5 ms or something) or no delay between the mouse move command and the mouse left down command the click will register essentially instantly. Amyways, from my experience this has not been a problem. [ QUOTE ] Also if it's supposed to act on an active window, is it possible for fold to be clicked on accident on another window that just became the active window (like if it's folded around to you quickly on that table and you haven't had a chance to click the fold box yet)? [/ QUOTE ] The macro will execute on whatever table has focus at the time is is triggered. I have had an occasional 'misclick' caused by a weird focus issues though. In my case this has only occurred when a lower layer window below the mouse is obtaining focus. However, I just noticed that there was a 25 ms delay between the move move and the mouse down commands -- its removal may fix the problem. Also, I have an older Samsung that does 1280 max, so my 12 table setup is a 4x3 layer deep. If you are playing say 12 tables 1 layer deep this may not occur. Not sure. [ QUOTE ] And if you are constantly resizing your tables by tiling as you get knocked out, is it able to adjust to different sized windows? [/ QUOTE ] Not sure about this. I keep my tables at a fixed size and the mouse (x,y) is static. I imagine it would be possible to do this dynamically if you can query the window size during execution of the macro. I think you can do like a 30 day trial for free (something like that) -- you could give it a shot. |
![]() |
|
|