With a list box, you can select from a set of values presented in a list that is always visible. With a single-selection list box, users select one item from a list of mutually exclusive values. With a multiple-selection list box, users select zero or more items from a list of values.
List boxes support locate as you type i.e. when the drop down list has focus and you start typing the item with a name beginning with those letters will be selected.
Key |
Meaning |
Home |
Select first item. |
End |
Select last item. |
Ctrl+Home |
Move focus to first item without selecting. |
Ctrl+End |
Move focus to last item without selecting. |
Ctrl+Arrow keys+spacebar |
Allow discontinuous multiple selection of items (in multiple-selection list boxes only) |
Any printable key or keys |
Moves the selection to the item matching prefix letters in the beginning of the label. |
Space |
Selects the focused Element |
Ctrl+A |
Selects all Elements (in multiple-selection list boxes only) |
Ctrl+Mouse Click |
Select multiple elements (in multiple-selection list boxes only) |
Shift+Mouse Click |
Select ranges of items (in multiple-selection list boxes only) |
Table 1: Keyboard shortcuts for list boxes
Figure 1: The features in the Feature browser are shown in a multiple-selection list box.