Thread: Wrist pain
View Single Post
  #6  
Old 10-15-2005, 02:47 PM
Big Bend Big Bend is offline
Member
 
Join Date: Jun 2004
Location: National Park, Texas
Posts: 46
Default Re: Wrist pain

I use a logitech Dual Action gamepad, and this AutoHotKey script for my pokerstars games, easy to modify for other sites and screen resolutions. Main buttons for fold, call, bet, blinds, 4 buttons to select different windows, and 2 buttons to alt-tab thru apps. Pretty cool playing the poker "video" game like on a PS/2 and much less wear on the wrists.

Good luck... BB


Joy1::MouseClick, left, 450,530
Joy2::MouseClick, left, 600,530
Joy3::MouseClick, left, 673,530
Joy4::MouseClick, left, 15,422

; select top left table (1)
Joy5::
Coordmode, Mouse, Screen
MouseClick, left, 15, 75, 2
return

; select top right table (2)
Joy6::
Coordmode, Mouse, Screen
MouseClick, left, 1265, 105, 2
return

; select bottom right table (3)
Joy8::
Coordmode, Mouse, Screen
MouseClick, left, 1265, 975, 2
return

; select bottom left table (4)
Joy7::
Coordmode, Mouse, Screen
MouseClick, left, 10, 975, 2
return

Joy9::Send, {ALTDOWN}{TAB}{ALTUP}
Joy10::Send, {ALTDOWN}{SHIFTDOWN}{TAB}{ALTUP}{SHIFTUP}
Reply With Quote