The HTMLUI control supports the use of the following keyboard shortcut keys,
- Ctrl+A - Select all the text available in the document, displayed in the control.
- Ctrl+C - Copy the text selected in the control to the ClipBoard.
- Ctrl+F - Open the search dialog box to find the occurances of a specified text in the document, displayed in the control.
- Tab - Focus the next control in the document based on its tab index.
- Shift+Tab - Focus the previously focused control in the document based on its tab index.
- Enter - Tries to open a link if it is currently focused.
- SpaceBar - Click the button or Check the CheckBox if they are focused.
- ArrowKeys - Shift the focus between the controls in the document displayed in the HTMLUI control.