O.P. RE: RE: [RELEASE] wcap 0.1: Window Capture Script
quote: Originally posted by crino
@sagosa
add this in script file:
code: function OnGetScriptCommands () {
var commands;
commands = "<ScriptCommands>";
commands += "<Command>";
commands += "<Name>wcactive</Name>";
commands += "<Description>wait [delay] seconds before sending a capture of the active window</Description>";
commands += "</Command>";
commands += "<Command>";
commands += "<Name>wcfullscreen</Name>";
commands += "<Description>wait [delay] seconds before sending a capture of the fullscreen window</Description>";
commands += "</Command>";
commands += "<Command>";
commands += "<Name>wcsetdelay</Name>";
commands += "<Description>set the default delay (used if none is specified in the previous two commands)</Description>";
commands += "</Command>";
commands += "</ScriptCommands>";
return commands;
}
so we have commands in popup commands
Done.
The previous sentence is false. The following sentence is true.
|