macroRef subcommand ?options? |
macroRef delete tokenNote that you can't delete a macro while it is being recorded: you must first stop the recording, then delete it. Once a macro sequence has been deleted, its token is no longer valid.
macroRef execute tokenIf any command in the sequence fails (i-e raises an error) then the execution of the sequence is aborted and the remaining commands are not executed.
macroRef isRecording
macroRef listThe list returned is in reverse creation order: last created sequence comes first.
macroRef script tokenThe returned value is a list of Tcl instructions corresponding to the recorded actions. If recording is still going on, this command returns a list of the commands recorded so far.
macroRef startRecordingThe command returns a token which can be used with the other subcommands.
macroRef stopRecordingIf no sequence is being recorded, the command is just ignored.