- Loading...
...
Depending on use cases, ColorPicker can be available as a button, split menu button, or combo box. For keyboard navigation, see Buttonsee Button, SplitMenuButton SplitMenuButton, and ComboBoxand ComboBox.
The following table describes actions that are performed when the color palette is open and users press the following keys:
| UP Arrow | Move focus one item up. |
| DOWN Arrow | Move focus one item down. |
| LEFT Arrow | Move focus one item left. |
| RIGHT Arrow | Move focus one item right. |
| DELETE | If a custom color is focused, remove the color from Custom Colors area. |
| SPACEBAR | If Custom Color... link is focused, activate the link and open Custom Color dialog. |
| ENTER | If a color is focused, apply the color. Update the color picker. Close the color palette. |
| ESC | Close the menu. |
| TAB | Move focus to the next focusable component. |
| SHIFT-TAB | Move focus to the previous focusable component. |
The following table describes actions that are performed when a control in the Custom Color dialog is focused and users press the following keys:
| LEFT Arrow | If a slider is focused, decrease the value of the slider by one step. If a text field is focused, move the caret left by one position. |
| RIGHT Arrow | If a slider is focused, increase the value of the slider by one step. If a text field is focused, move the caret right by one position. |
| SPACEBAR | If a button is focused, perform the action associated with the button. |
| ENTER | Save the new color to the Custom Colors area in the color palette. Close the dialog. Close the color palette. Update the color picker. Apply the color. |
| ESC | Discard all changes and close the dialog. |
| TAB | Move focus to the next focusable component. |
| SHIFT-TAB | Move focus to the previous focusable component. |
See TextField chapter See TextField chapter for more keyboard navigation when a text field is focused.
...
The following table describes actions that are performed when a RichTextEditor is focused and users press the following keys:
| CTRL-B | Bold text. |
| CTRL-I | Italic text. |
| CTRL-U | Underlined text. |
| CTRL-SHIFT-M | Outdent. |
| CTRL-M | Indent. |
| TAB | Move focus to next focusable control. |
| SHIFT-TAB | Move focus to previous focusable control. |
See TextArea chapter See TextArea chapter for more keyboard navigation.
...