90
Chapter 9: Application Control Flow
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
Keypress Action
KB_STO Sends CM_STO command to the current app.
KB_RCL Sends CM_RCL command to the current app.
KB_F1 through KB_F8 Initiates menu processing using the menu registered by
the current app. The menu item chosen by the user is
sent as a command to the current app.
KB_SWITCH Switches focus between apps on each side of screen, or
between current and previous app.
KB_VARLINK Displays the VAR-LINK screen. If the user presses
¸
on a variable name, the name is sent in a
CM_PASTE_HANDLE message to the current app.
KB_CHAR Displays the CHAR pop-up menu. The chosen character
is sent in a CM_PASTE_HANDLE message to the
current app.
KB_CATLG Displays the CATALOG. The chosen function or
command name is sent in a CM_PASTE_HANDLE
message to the current app.
KB_UNITS Displays the UNITS dialog box. The chosen unit is sent
in a CM_PASTE_HANDLE message to the current app.
KB_MATH Displays the MATH pop-up menu. The chosen function is
sent in a CM_PASTE_HANDLE message to the current
app.
KB_CUSTOM Toggles the custom menu on and off.
KB_MODE Displays and processes the MODE screen. If any mode
settings are changed, a CM_MODE_CHANGE message
is sent to every application.
KB_MENU Displays the APPLICATIONS pop-up menu. If an
application is chosen from the menu, the current app is
terminated and the chosen app is started.
KB_FLASH_APPS Displays the FLASH APPLICATIONS pop-up menu. If an
application is chosen from the menu, the current app is
terminated and the chosen app is started.
KB_MEM Displays the MEMORY dialog box.
KB_INSERT Sends the CM_TOGGLE_INSERT command to the
current application.
Table 9.2 Keypress Actions