BASIC LOAD FNKEYS Statement - fvdhoef/aquarius-plus GitHub Wiki
LOAD FNKEYS
TYPE: plusBASIC disk statement
FORMAT: LOAD FNKEYS filespec
Action: Loads direct mode function key definitions from SD card..
- filespec is a string expression containing an optional path and the full file name.
- Only the first 512 bytes of the file is loaded.
- Error 50,
File not found
results if the specified file does not exist.
Example:
LOAD FNKEYS "mykeys.kdf"
Loads the the file
mykeys.kdf
into the key definition buffer.