Versions Compared

Key

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

...

By default, Genie will not know that "EntKey" is the same as "Enter", or that "Atn" is the same as the "Attn" (attention) 5250 key.  However you can overcome this limitation by changing the Special Key Pattern to search for EntKey and Atn, and by using the Special Key Map to map EntKey to Enter and Atn to Attn with the following configuration options:

Code Block
languagejavascript
themeEclipselanguagejavascript
pui["special key pattern"] = "^(EntKey|Atn|Enter|PageUp|PageDown|Rollup|RollDown|PgUp|PgDn|Help|Print)([=-])(.*)$";

pui["special key map"] = {
   "Atn": "Attn",
   "EntKey": "Enter"
};

This feature can also be used to map key names from non-English languages to the 5250 key names  such as "Help", "Page Up" or "Enter" that must be in English.

This feature requiest requires Profound UI Version 5 .Fix Pack 12.0 or newer.