Skip to content

BASIC SET FNKEY Statement

Mike Hogsett edited this page Aug 5, 2024 · 3 revisions

SET FNKEY

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

Clone this wiki locally