Genie Minimum Function Key Row



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.