INVOX.commandId.ALL_CAPS | Capitalize a specific text in the current document | ✅ |
INVOX.commandId.CAPS | Capitalize the first letter of the next word | ✅ |
INVOX.commandId.NO_CAPS | Lowercase all letters in a specific text in the current document | ✅ |
INVOX.commandId.CAPS_ACTIVATE | Enable caps lock | ✅ |
INVOX.commandId.CAPS_DEACTIVATE | Disable caps lock | ✅ |
INVOX.commandId.CAPS_INLINE | Capitalize the first letter of the next word to be dictated | ✅ |
INVOX.commandId.INITIAL_CAPS_ACTIVATE | Enable writing all words with the first letter capitalized | ✅ |
INVOX.commandId.INITIAL_CAPS_DEACTIVATE | Disable writing all words with first letter capitalized | ✅ |
INVOX.commandId.CAPS_SELECTION | Capitalize the selected text | ✅ |
INVOX.commandId.NORMALIZE_SELECTION | Lowercase the selected text | ✅ |
INVOX.commandId.DELETE_SELECTION | Delete the current selection | ✅ |
INVOX.commandId.GO_TO | Place the caret before a specific text | ✅ |
INVOX.commandId.GO_TO_AFTER | Place the caret after a specific text | ✅ |
INVOX.commandId.GO_TO_BEGINNING_DOC | Place the caret at the beginning of the document | ✅ |
INVOX.commandId.GO_TO_END_DOC | Place the caret at the end of the document | ✅ |
INVOX.commandId.NEXT_FIELD | Select the next field | ✅ |
INVOX.commandId.PREVIOUS_FIELD | Select the previous field | ✅ |
INVOX.commandId.SELECT | Select a specific text | ✅ |
INVOX.commandId.UNSELECT | Disable the current selection | ✅ |
INVOX.commandId.SELECT_ALL | Select all text in the current document | ✅ |
INVOX.commandId.START_DICTATION | Start the speech recognizer | ✅ |
INVOX.commandId.STOP_DICTATION | Stop the speech recognizer | ✅ |
INVOX.commandId.TABULATION | Insert a tabulation | ✅ |