Defining or Editing Mapkeys
The following rules apply when you are creating mapkeys, editing mapkeys that you originally entered in the config.pro file or editing mapkeys that you created by using the Mapkeys dialog box (File > Options > Environment > Mapkeys Settings):
To use a function key as a mapkey, precede it with a dollar sign ($). For example, $F2.
Keyboard input is case sensitive.
There is no practical limit to the length of a mapkey. Use the backslash character (\) as a continuation character. For example, you could define the macro "aa" as follows:
mapkey $F2 @MAPKEY_LABELaa;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Model_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdFtRevolve`;
Nesting Mapkeys
You can nest mapkeys so that one mapkey initiates another.