Several example menu files can be found in the SecureCRT install folder in the Menus subfolder. The file default.mnu contains most of the currently supported commands. It is recommended that you use one of the examples as a template for creating a custom menu.
WARNING: Before modifying an example menu file, it should be renamed or copied to a different location because otherwise, it will be overwritten when an update of SecureCRT is installed.
The following are command strings that can be used in the menu configuration file in addition to those in the default.mnu example menu. For more information, see Customizing the User Interface.
MENU_WINDOW_NEXT |
Changes focus to the next application window |
MENU_WINDOW_PREV |
Changes focus to the previous application window |
MENU_WINDOW_CLOSE_ALL |
Close all open application windows |
MENU_WINDOW_LIST1 |
Show list of windows |
MENU_TAB_LIST1 |
Show list of tabs in current window |
MENU_LOAD_DEFAULT_MAIN_MENU |
Load the default main menu |
MENU_LOAD_DEFAULT_SYS_MENU |
Load the default system menu |
MENU_LOAD_DEFAULT_CONTEXT_MENU |
Load the default context menu |
MENU_LOAD_DEFAULT_TOOLBAR |
Load the default toolbar menu |
These items should only be used in the system menu
SYS_MENU_RESTORE |
The system menu Restore item |
SYS_MENU_SIZE |
The system menu Size item |
SYS_MENU_MOVE |
The system menu Move item |
SYS_MENU_MINIMIZE |
The system menu Minimize item |
SYS_MENU_MAXIMIZE |
The system menu Maximize item |
SYS_MENU_CLOSE |
The system menu Close/Exit item |