Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Content Freeze

As of July 25th, 2023, there is a content freeze on this page.

This value controls where Genie will look for function key labels on the screen. Genie transforms any function key labels detected into clickable links or buttons. By default, Genie will scan the entire screen for the key labels. When this value is set to a valid row number (1-27), Genie will look only in rows equal to or greater to the value specified.

Example:

// Scan for function key labels in row 22 or higher.

pui.genie.config["minFKeyRow"] = 22;

Where do you save this configuration option? Here.

  • No labels