| SUI_AddFormButton (formType; phrase; postKey{; keyModifiers{; objectName}}) | ||
| Parameter | Type | Description |
| formType | Integer | 1 = input; 2 = dialog |
| phrase | String | Word or phrase to listen for |
| postKey | Integer | Ascii value of key |
| keyModifiers | Integer | Modifiers |
| objectName | String | Object name of button |
| Description SUI_AddFormButton allows you to trigger key posts with a word or phrase, as assigned to a form button. | ||