Help - Search - Members - Calendar
Full Version: KeyDown doesn't work
AC Tools Everything Macro > AC Tool Macros > Macro Development
Oink
Hello,
I have this piece of code:
CODE
IsBlack 774, 779
SetConst mykey = {F4}
End

...

KeyDown $mykey 2 sec



it works if I set $mykey with a numeric value, so I was wondering if this an ac tool limitation or if i'm doing something wrong.
Bear
Well what happens if you just send a {F4} from ACTool does the other program even see it?

No reason to set a Constant
CODE
IsBlack 774, 779
  KeyDown {F4} 2 sec
End
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.