I am not sure this is a valid suggestion. But ...
I just hope the macro definition can call functions in the scripts.
For example,
define F2 Key to call a function test
....
function test()
{
world.note ("test");
world.send ("test");
}
....
I just hope the macro definition can call functions in the scripts.
For example,
define F2 Key to call a function test
....
function test()
{
world.note ("test");
world.send ("test");
}
....