01-21-2009, 06:55 PM
you can also call menu commands that for a program by using "men" command.
it turns out that many progs number the menu items and you can call them by using their id numbers.
you can get this info by hitting c+a+s+r and checking the "menu" checkbox. when you create the new macro it'll put it in a format like this
Function WA_Rewind
Trigger 1 //FF_Keyboard2
you can also check out my blog for more ideas on implementation (see sig below for url).
it turns out that many progs number the menu items and you can call them by using their id numbers.
you can get this info by hitting c+a+s+r and checking the "menu" checkbox. when you create the new macro it'll put it in a format like this
Function WA_Rewind
Trigger 1 //FF_Keyboard2

you can also check out my blog for more ideas on implementation (see sig below for url).
