View Single Post
Re: Mouse Click from within TB
Old 09-19-2009, 07:53 AM   #5 (permalink)
SDT HAMMER
Addict
 
Join Date: Apr 2008
Posts: 4
SDT HAMMER is an unknown quantity at this point
Default Re: Mouse Click from within TB

Hi All
OK Thanks for the replies and for the AutoHotkey option... it works a treat !
Here's how I put it together.

AutoHotkey script -(mouse click at specifc point on screen):
!a::Click 720, 640 (alt+A)

Touchbuddy profile -(as requirement in 1st post above):
macro_select = predef:ESCAPE (bring up options)
macro_select = predef:MENU, KEYDOWN (press and hold ALT)
macro_select = predef:A (press A)
macro_select = predef:MENU, KEYUP (release ALT)

Have TB and AutoHotkey running at same time and it works exactly as I want.
Getting the position on the screen for the mouse click was trial and error with changing the numbers till it moved to where I wanted it.

Again...thank you very much

SDT HAMMER
SDT HAMMER is offline   Reply With Quote