Script Command: FKEY
FKEY [-bcs] {1-16} [ {label} {text | scriptname} ] || [command]
This command allows the script to configure (or re-configure) the visible function keys (2-9) or buttons (1-16).
The 'label' field is the visible text seen when the function key windows are visible.
The 'text | scriptname' field indicates what action will take place if the function key is engaged.
If a single, whitespace-delimited argument is provided after the button number argument, that is interpreted as a sub-command to FKEY. Currently, the only sub-commands supported are "enable" and "disable" to allow a script to turn off (disable) and turn on (enable) a specified button or function key.
Options:
Note: If both the label and text/scriptname arguments are omitted, that tells FKEY to clear the content of the specified button or function key.
Note1: If the -c option is used, then only the first argument which specifies the button or function key number, is expected.
EXAMPLE:
Use of -c option to allow a script to use a button/fkey as a means of input.