Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent 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.

...

Code Block
javascript
javascript

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

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

...