sakura/en/Keyboard Macro

Last-modified: 2008-03-29 (土) 16:38:18

Keyboard Macro

It does in the form of the macro made by beginning of the record of key macro/end command. (Key macro is shortening name of Keyboard macro, and same meaning. )
Keyboard macro is executable even if it differs from other macros, and there is no special DLL.

Language Specification

Please note that the language specification might not operate in the method of the description here in a version that is different details because of the version of the cherry editor, is especially old.
The variable, the control syntax, and the operation, etc. cannot be used at present at all. Only the function can be used.
The function is "FunctionName( Parameter1, Parameter2 );", and the number of arguments and the kind are different depending on the function.
If the function name does "Put" by using "The key allocation list is copied "Advanced operation" -"Edit" -", the function name is understood from the function name.
The kind of the argument has "Integer type" and "Character string type".
A numeric type is described by the decimal number without fail.
The character string type is enclosed with single quotation "'... '" or double quotation ""... "".
To use the quotation in the character string, it is described as "\'" "\"".
To use "\", it is written "\\".
In the comment, from "//" to the end of line is a comment part.

[hatena] Hint: It is interpreted as a usual character in the PPA macro though "\" works as an escape sequence in Keyboard macro.