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
