key_pageDown (EGL system variable)

The consoleLib.key_pageDown system variable identifies the name of the keyboard key that pages forward in an ArrayDictionary in a console form. The default key is F3. For a list of key names, see "Names for keyboard keys in EGL."

Type: CHAR(32)

Example

Use an assignment statement to change the value of this variable, as in the following:
consoleLib.key_pageDown = "KEY_p";

Feedback