-
Notifications
You must be signed in to change notification settings - Fork 8
BASIC SET FNKEY Statement
Mike Hogsett edited this page Aug 5, 2024
·
3 revisions
TYPE: plusBASIC system statement
FORMAT: SET FNKEY key TO keydef
Action: Sets the text to be autotyped when a function key is pressed in direct mode.
- key is the function key number in the range 1 through 16.
- keydef is a string containing the characters to be autotyped.
Examples:
SET FNKEY 1 TO "LIST "
Causes the F1 key to autotype
LIST
SET FNKEY 5 TO \"RUN\0D"
Causes the F5 key to autotype
RUN
and the Enter key
To Search for pages in the wiki, press Pages above and type a search term in the "Find a page..." box. Results will update beneath automatically.
- Aquarius+ User Guide
- Quick Start
- Hardware
- Software
-
Other Development Resources