MSM-Workstation
Macros

Go back to the alphabetic list of macros
Go back to the first page of this tutorial

This section is for internal use only.

%%FKey ( keycombination )

This macro is replaced by a line of code that contains a generated label. The code at this label is intended to be executed as action logic code for the event when the specified combination of keys are depressed.

In the value of keycombination, the keywords Shift, Control and Alt may be abbreviated to a single letter. The value of keycombination must be a sequence of keywords, followed by the name of a key. The various components of this value must be separated by plus signs.

The code to be executed in this context can be invoked using the macro %%KeyLab.

Examples

xxx
xxx

See also

%%KeyLab