PC Logo Wiki
Advertisement

Syntax

MAKE "FKEY.n word or list

Explanation

The FKEY.n variables are built-in system variables which correspond to the function keys F1 through F10. n may be one of the values 1 to 10. Each of the variables may be assigned a string which is stored into the keyboard buffer and executed like keyboard input when the corresponding function key is pressed together with the Shift key.

Whan PC Logo starts up, the following text strings are assigned to the function key variables:

FKEY.1 HELP (cannot be changed)
FKEY.2 SPLITSCREEN
FKEY.3 TEXTSCREEN
FKEY.4 FULLSCREEN
FKEY.5 LOAD "
FKEY.6 SAVE "
FKEY.7 LOADPIC "
FKEY.8 SAVEPIC "
FKEY.9 CLEARTEXT
FKEY.10 EDIT
Advertisement