[]
Input Controls provide support for keyboard navigation. Users can navigate through Input controls, such as SplitButton, TextBox, Button, CheckBox, NumericEdit, RadioButton, ComboBox and RangeSlider.
| Input Controls | Keyboard Shortcuts |
|---|---|
| Button | Enter + Space: This key activates the currently focused item. |
| CheckBox | Enter + Space: This key activates the currently focused item. Enter: It invokes a click on the checkbox. |
| ComboBox | Enter + Space: This key activates the currently focused item. Alt + Down: Scrolls down the values in the control. Alt + Up: Scrolls up the values in the control. |
| NumericEdit | Enter + Space: This key activates the currently focused item. Alt + Down: Scrolls down the values in the control. Alt + Up: Scrolls up the values in the control. |
| RadioButton | Enter + Space: This key activates the currently focused item. |
| RangeSlider | Up/Right: Increments the slider value. |
| SplitButton | Down/Left: Decrements the slider value. |
| TextBox | Alt + Down: Opens the pop up. Enter + Space: This key activates the currently focused item. Esc: Closes the popup. |
| DropDown | Up: Scrolls up the values in the control. Down: Scrolls down the values in the control. Enter: Shows the successive item from the dropdown list in the TextBox. Ctrl + Up: Moves to the topmost item in the dropdown list. Ctrl + Down: Moves to the lower-most item in the dropdown list. |
| FontPicker | Up: Scrolls up the values in the control. Down: Scrolls down the values in the control. Enter: Shows the selected item in the TextBox from the dropdown list. |