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 setting controls the pattern Genie uses to detect function key labels on screen when creating links/buttons for function keys. 

...

Where do you save this configuration option?  Here 


Code Block
languagejavascript
titleAlternate Syntax
 pui["function key pattern"] = /^(F|CA|CF|CK|CMD)([0-9]{1,2})([=:-])(.*)$/i;

...