Revised December 2023
ExitChars=<list of chars>
Defines a set of characters that will force an exit from the tree, where <list of chars> can be any combination of the following:
0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ
In addition to the above, a caret ('^') may be inserted in front of any of the alphabetic characters to indicate a control char, e.g. ^M triggers an exit on receipt of a CR (ENTER key).
Notes
• | The alphabetic characters are not case sensitive. |
• | The exitcode will be set to -51. |
• | XTR.XNAVCOD will be set to the actual character entered |
• | This feature is not column-sensitive. |
History
2010 March, A-Shell 5.1.1176: ExitChars now work in all kinds of editable cells. Previously, they worked only in checkboxes and radio buttons.
2008 December, A-Shell 5.1.1133: ExitChars now supports control characters, using the control character as a lead-in. For example, "ExitChars=ABCD^S^Z" would exit on A,B,C,D plus Ctrl+S and Ctrl+Z.