Table of Keymap Functions
Key combinations can be mapped to any one of the Send String, Run Script, Menu, Scrollbar, Telnet, and VT function genres.
Function Genre |
Function Name |
Function Parameters |
Action |
Send String |
N/A |
string |
Sends "string". |
Run Script |
N/A |
scriptfile |
Runs scriptfile. |
Menu Function |
MENU_NEW_WINDOW |
|
Opens a new CRT window. |
|
MENU_CONNECT |
|
Opens a new CRT window and brings up the CRT Connect dialog. |
|
MENU_DISCONNECT |
|
Closes the current connection. |
|
MENU_QUICK_CONNECT |
|
Opens a new CRT window and brings up the CRT Quick Connect dialog. |
|
MENU_PRINT_AUTO |
|
Toggles Auto Print. |
|
MENU_PRINT_CANCEL |
|
Turns Auto Print off. |
|
MENU_PRINT_EJECT_PAGE |
|
Sends the contents of the pass through printing buffer to the printer. |
|
MENU_PRINT_SCREEN |
|
Prints the contents of the CRT terminal screen. |
|
MENU_PRINT_SELECTION |
|
Prints the current selection |
|
MENU_LOG_SESSION |
|
Toggles session logging. |
|
MENU_RECENT_n |
|
Opens the session indicated by the nth item on the Recently Used Sessions List section of the File menu. Valid values for n are the integers 1-4. |
|
MENU_RECONNECT |
|
Reconnects to the machine whose connection was most recently closed. |
|
MENU_EXIT |
|
Exits CRT |
|
MENU_COPY |
|
Copies the text selected in the CRT terminal screen. |
|
MENU_PASTE |
|
Pastes the contents of the Clipboard to the CRT terminal screen. |
|
MENU_COPY_PASTE |
|
Copies the text selected in the CRT terminal screen and pastes it back to the terminal screen. |
|
MENU_SELECT_ALL |
|
Selects the contents of the scrollback buffer. |
|
MENU_FIND |
|
Opens the Find dialog for text searching. |
|
MENU_CLEAR_SCREEN |
|
Clears the terminal screen. |
|
MENU_CLEAR_SCROLLBACK |
|
Clears the scrollback buffer. |
|
MENU_RESET |
|
Resets the CRT terminal emulator. |
|
MENU_TOGGLE_MENU_BAR |
|
Toggles display of the CRT menu bar. |
|
MENU_TOGGLE_TOOLBAR |
|
Toggles display of the CRT toolbar. |
|
MENU_TOGGLE_STATUS_BAR |
|
Toggles display of the. CRT status bar. |
|
MENU_TOGGLE_CHAT_WINDOW |
|
Toggles display of the CRT chat window. |
|
MENU_TOGGLE_FULL_SCREEN |
|
Toggles full screen mode. |
|
MENU_SAVE_SETTINGS_NOW |
|
Saves session settings. |
|
MENU_WINDOW_NEXT |
|
Cycles focus to the next CRT window |
|
MENU_WINDOW_PREV |
|
Cycles focus to the prev CRT window. |
|
MENU_WINDOW_n |
|
Cycles focus to the nth CRT window as designated in the Window menu. Valid values for n are integers 1-0, where the value 0 indicates the 10th window. |
SB_LINE_UP |
|
Moves the contents of the terminal screen down by one line. Same as clicking on the vertical scrollbar up arrow. | |
|
SB_LINE_DOWN |
|
Moves the contents of the terminal screen up by one line. Same as clicking on the vertical scrollbar down arrow. |
|
SB_HALF_PAGE_UP |
|
Moves the contents of the terminal screen down by one-half of a page. |
|
SB_HALF_PAGE_DOWN |
|
Moves the contents of the terminal screen up by one-half of a page. |
|
SB_PAGE_UP |
|
Moves the contents of the terminal screen down by one page. Same as clicking between the up arrow and the slider in the vertical scrollbar "trough". |
|
SB_PAGE_DOWN |
|
Moves the contents of the terminal screen up by one page. Same as clicking between the down arrow and the slider in the vertical scrollbar "trough". |
|
SB_BEGIN |
|
Scrolls to the beginning of the scrollback buffer. |
|
SB_END |
|
Scrolls to the end of the scrollback buffer. |
|
SB_COLUMN_LEFT |
|
Moves the contents of the terminal screen right by one column. Same as clicking on the horizontal scrollbar left arrow. |
|
SB_COLUMN_RIGHT |
|
Moves the contents of the terminal screen left by one column. Same as clicking on the horizontal scrollbar right arrow. |
|
SB_PAGE_LEFT |
|
Moves the contents of the terminal screen right by one page (number of logical columns). Same as clicking between the left arrow and the slider on the horizontal scrollbar. |
|
SB_PAGE_RIGHT |
|
Moves the contents of the terminal screen left by one page (number of logical columns). Same as clicking between the right arrow and the slider on the horizontal scrollbar. |
TN_ABORT_OUTPUT |
|
Sends the Abort Output (AO) control function to the remote host. | |
|
TN_ARE_YOU_THERE |
|
Sends the Are You There (AYT) control function to the remote host. |
|
TN_BREAK |
|
Sends the BREAK control function to the remote host. |
|
TN_INTERRUPT_PROCESS |
|
Sends the Interrupt Process (IP) control function to the remote host. |
|
TN_SYNCH |
|
Sends the SYNCH control function to the remote host. Used in combination with the IP control function to ensure that the host and client are in synch with each other after an IP control function is called. |
|
|
Each VT function sends the key codes associated with the name of the VT function. |