KeyMacro$()

Syntax

KeyMacro$(Count [Context])

Remarks

Returns the name of a macro or built-in command with a key assignment that differs from the default assignment.

Argument

Explanation

Count

A number in the range 1 to CountKeys() specifying the custom key assignment for which you want to return the command or macro name

Context

The template containing the custom key assignment:

0 (zero) or omitted Normal template

1 Active template


For an example, see KeyCode().

See Also

CountKeys(), KeyCode(), MenuItemMacro$()