I was just looking at this old post http://www.flopturnriver.com/pokerfo...rz-173568.html and got a bit excited when I saw a code that Rage2100 had posted, because so far I have made 2 scripts for my fold button, this being my latest attempt:

#WinActivateForce

;esc - fold,


;fold - esc

esc::
MouseGetPos,,,win
WinActivate, ahk_id %win%
SendInput {Click 188,365}
return

The problem I am finding with this is that when I hit my esc key it drags the mouse arrow down to the fold button. After reading that code of Rage's it looked as though using ControlClick might be a better option, would using this stop the mouse arrow from being dragged to the button?. I use to use FTCash and when you hit the key for that it would do it and you wouldn't even see the mouse arrow move.

Thanks