Edit Macro Dialog Box

See Also

Allows you to manually edit a preexisting macro.

Dialog Box Options

Defined Key

Displays the key combination you press that will launch the macro.

Macro Name

Displays the default macro name, which is based on the defined key. For example, if the defined key is CTRL+D, the macro name will be CTRL_D. If you want to rename the macro, type the new name (up to 20 characters) in the box.

Macro Contents

Provides space for you to type the keystrokes the macro executes. Use the key label assignments listed in the ON KEY LABEL topic and enclose them in braces to represent the desired keystrokes. Place all key combinations (such as CTRL+F2) in braces also. For example:

MODIFY{SPACEBAR}COMMAND{ENTER}
{HOME}{SHIFT+END}

Note   The key combinations SHIFT+CTRL+\, CTRL+–, CTRL+^, and SHIFT+CTRL+ENTER are not supported in Visual FoxPro.