key_pageUp (EGL system variable)
You can use the consoleLib.key_pageUp system variable to specify the name of the keyboard key that pages backward in an ArrayDictionary in a console form. The default key is F4. 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_pageUp = "KEY_p";