Translate Host Action Keys
The Translate Host Action Keys field indicates whether the macro runtime is to interpret action key names (such as [copy], [enterreset], [tab], and so on) in the input sequence as action keys or as literal sequences of characters. The default is true (interpret the action key names as action keys).
For example, suppose that the input key sequence is '[up][up]Hello
world'
and that the text cursor is at row 4, column 10. If the
Translate Host Actions Keys value is true, then in performing this
input sequence the macro runtime moves the text cursor up two rows
and then types Hello world
beginning at row 2, column 10.
In contrast, if the Translate Host Actions Keys value is false, then
the macro runtime types [up][up]Hello World
beginning at
row 4, column 10.