View Single Post
  #220  
Old 11-08-2007, 01:50 PM
Xanderz Xanderz is offline
Senior Member
 
Join Date: Oct 2007
Posts: 230
Default Re: PokerPad - AHK hotkey script

[ QUOTE ]
None of the worked

[/ QUOTE ]
Quick fix:
Open PokerPad.ahk in Notepad or any text editor, find this line
<font class="small">Code:</font><hr /><pre> GroupAdd, GameWindows, Hello ahk_class PTIODEVICE</pre><hr />
and replace with
<font class="small">Code:</font><hr /><pre> GroupAdd, GameWindows, / ahk_class PTIODEVICE</pre><hr />

This fix will be part of the next version.
Reply With Quote