View Single Post
  #240  
Old 11-09-2007, 02:55 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
When I try to implement the right click = check/fold,

will I have problems because at Racetrack (FTP), there is the layout options popping up?

[/ QUOTE ]When you right click the options are popping up?

[ QUOTE ]
will I be able to use a fold button (say F) and do it with right mouse click at a time?

[/ QUOTE ]
I added the ability to specify additional hotkeys by creating a file named TableHotkeys.ini

To add additional hotkeys for F to fold, C to call, R to raise, save to TableHotkeys.ini the following:
<font class="small">Code:</font><hr /><pre>f=Fold
c=Call
r=Raise</pre><hr />

You can add additional hotkeys for any of the following labels (and as many as you want for each label):
Fold, Call, Raise, ClearBetBox, Relative1, Relative2, Relative3, Relative4, Relative5, Relative6, Relative7, Relative8, Relative9, Fixed1, Fixed2, Fixed3, Fixed4, Fixed5, Fixed6, Fixed7, Fixed8, Fixed9, RandomBet, AllIn, LastHand, IncreaseBet, DecreaseBet, IncreaseBet2, DecreaseBet2, FoldAny, AutoPost, ToggleAutoMuck, Reload, AllInThisHand, Lobby, SitOut

You will need to redownload the source version of 0.1.12
Reply With Quote