View Single Post
  #2  
Old 08-10-2007, 07:33 PM
New York Jet New York Jet is offline
Senior Member
 
Join Date: Aug 2004
Location: I collect money
Posts: 546
Default Re: Can I use a controller to play No Limit?

I use an XBox360 controller with dave's BetPot script. I modified the betpot_default_hotkeys.ahk file by adding the following code starting on line #69
<font class="small">Code:</font><hr /><pre>
Joy3::
Fold(getid())
return

Joy4::
Call(getid())
return

Joy2::
Raise(getid())
return

Joy12::
Gosub, ^WheelUp
return

Joy11::
Gosub, ^WheelDown
return

Joy5::
Gosub, ~RButton
return

Joy6::
Gosub, ~MButton
return

; 999x Pot - Push in most cases
Joy1::
Gosub, ^!MButton
return
</pre><hr />

This allows me to move the slide bar up and down, bet, raise, call fold, and of course, bet the pot.
Reply With Quote