Enable Arrow Keys



This flag enables the user to utilize arrow keys for navigating between input fields in the application.  The default value is false.

Example:

The following line enables the feature:

pui["enable arrow keys"] = true;

Where do you save this configuration option? Configuration Options

Note: if an element has a "tab index" property set to -1, then the arrow keys will not navigate the cursor to it.