key_help (EGL system variable)

You can use the consoleLib.key_help system variable to specify the name of the keyboard key that displays context-sensitive help during an openUI statement. The default key is CRTL_W. For a list of key names, see Names for keyboard keys in EGL.

Type: CHAR(32)

Example

The following example shows how to use an assignment statement to change the value of the variable:
consoleLib.key_help = "KEY_h";

Feedback