Solved enough. in Developer Help
|
|
Code:
addMacro(kKey as text, runProc as command_text, repeat, release, shift, alt, ctrl) kKey += "+" if(repeat) kKey += "REP+" if(release) kKey += "UP+" if(shift) kKey += "SHIFT+" if(alt) kKey += "ALT+" if(ctrl) kKey += "CTRL+" winset(src,kKey,{"parent="Game";name=[kKey];command="[escape_text(runProc)]""})
|
Problem description:
Whenever the commented variable is set to the = symbol, it doesn't work. @_@
How do I get around this?
|
Or