...
Key | Result |
Mouse button 1(Left Mouse button) | If the item was initially selected, it get deselected If the item was initially unselected, it gets selected |
Mouse button 2 (right mouse button | If there is a choice button (aka popup menu) that is tied to the list, it will be presented when the user right clicks on the list items |
Up | Moves focus & selection up one item. Creates anchor. All previous selections are canceled. |
Down | Moves focus & selection down one item. Creates anchor. All previous selections are canceled. |
Left | Moves focus & selection left one item. Creates anchor. All previous selections are canceled. |
Right | Moves focus & selection right one item. Creates anchor. All previous selections are canceled. |
Ctrl-Up | Moves focus up without changing selection. |
Ctrl-Down | Moves focus down without changing selection. |
Ctrl-Left | Moves focus left without changing selection. |
Ctrl-Right | Moves focus right without changing selection. |
Shift-Up | Expands or contracts selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Down | Expands or contracts selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Left | Expands or contracts selection left by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Left selects all items between anchor and the item which is on left of the focused item. The item which is on the left of the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Right | Expands or contracts selection right by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Right selects all items between anchor and the item which is on right of the focused item. The item which is on the right of the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Space | Selects focused item if it is not selected. Creates anchor. |
Ctrl-Space | Selects focused item if it is not selected. Deselects focused item if it is selected. Creates anchor. |
Shift-Space | Selects all items between anchor and focused item. Focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
F2 | Edit selected item. |
Home | Moves focus & selection to the first item. |
End | Moves focus & selection to the last item. |
Shift-Home | Selects all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-End | Selects all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Ctrl-Home | Moves focus to the first item. |
Ctrl-End | Moves focus to the last item. |
PageUp | Move the selection up on the first fully visible item on the current page. If the first fully visible item is selected, move the selection on the first fully visible item on the previous page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
PageDown | Move the selection down on the last fully visible item on the current page. If the last fully visible item is selected, move the selection on the last fully visible item on the next page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
Shift-PageUp | Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully visible item on the previous page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
Shift-PageDown | Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
Ctrl-PageUp | Move focus up on the first fully visible item on the current page. If the first fully visible item is focused, move focus on the first fully visible item on the previous page. |
Ctrl-PageDown | Move focus down on the last fully visible item on the current page. If the last fully visible item is focused, move focus on the last fully visible item on the next page. |
Ctrl-A | Selects entire table. Focus remains on the same item. In multi-selection mode only. |
Esc | Cancels editing. |
Enter | Confirms editing (depends on the cell editor). |
Ctrl-Shift-Up | Expands selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. Available in multi-selection mode only. |
Ctrl-Shift-Down | Expands selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. Available in multi-selection mode only. |
Ctrl-Shift-Left | Expands selection left by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Left selects all items between anchor and the item which is on left side of the focused item. The item which is on left side of the focused item is also included in the selection. Available in multi-selection mode only. |
Ctrl-Shift-Right | Expands selection right by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Right selects all items between anchor and the item which is on right side of the focused item. The item which is on right side of the focused item is also included in the selection. Available in multi-selection mode only. |
Ctrl-Shift-Space | Selects all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. |
Ctrl-Shift-Home | Selects all items between anchor and the first item. Available in multi-selection mode only. |
Ctrl-Shift-End | Selects all items between anchor and the last item. Available in multi-selection mode only. |
Ctrl-Shift-PageUp | Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully visible item on the previous page. Available in multi-selection mode only. |
Ctrl-Shift-PageDown | Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page. Available in multi-selection mode only. |
...
Key | Result |
Mouse button 1(Left Mouse button) | If the item was initially selected, it get deselected If the item was initially unselected, it gets selected |
Mouse button 2 (right mouse button | If there is a choice button (aka popup menu) that is tied to the list, it will be presented when the user right clicks on the list items |
Up | Moves focus & selection up one item. Creates anchor. All previous selections are canceled. |
Down | Moves focus & selection down one item. Creates anchor. All previous selections are canceled. |
Left | Moves focus & selection left one item. Creates anchor. All previous selections are canceled. |
Right | Moves focus & selection right one item. Creates anchor. All previous selections are canceled. |
Cmd-Up | Moves focus up without changing selection. |
Cmd-Down | Moves focus down without changing selection. |
Cmd-Left | Moves focus left without changing selection. |
Cmd-Right | Moves focus right without changing selection. |
Shift-Up | Expands or contracts selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Down | Expands or contracts selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Left | Expands or contracts selection left by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Left selects all items between anchor and the item which is on left of the focused item. The item which is on the left of the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-Right | Expands or contracts selection right by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Shift-Right selects all items between anchor and the item which is on right of the focused item. The item which is on the right of the focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Space | Selects focused item if it is not selected. Creates anchor. |
Cmd-Ctrl-Space | Selects focused item if it is not selected. Deselects focused item if it is selected. Creates anchor. |
Shift-Space | Selects all items between anchor and focused item. Focused item is also included in the selection. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
F2 | Edit selected item. |
Home | Moves focus & selection to the first item. |
End | Moves focus & selection to the last item. |
Shift-Home | Selects all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Shift-End | Selects all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
Cmd-Home | Moves focus to the first item. |
Cmd-End | Moves focus to the last item. |
PageUp | Move the selection up on the first fully visible item on the current page. If the first fully visible item is selected, move the selection on the first fully visible item on the previous page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
PageDown | Move the selection down on the last fully visible item on the current page. If the last fully visible item is selected, move the selection on the last fully visible item on the next page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
Shift-PageUp | Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully visible item on the previous page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
Shift-PageDown | Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
Cmd-PageUp | Move focus up on the first fully visible item on the current page. If the first fully visible item is focused, move focus on the first fully visible item on the previous page. |
Cmd-PageDown | Move focus down on the last fully visible item on the current page. If the last fully visible item is focused, move focus on the last fully visible item on the next page. |
Cmd-A | Selects entire table. Focus remains on the same item. In multi-selection mode only. |
Esc | Cancels editing. |
Enter | Confirms editing (depends on the cell editor). |
Cmd-Shift-Up | Expands selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Up selects all items between anchor and the item which is right above the focused item. The item which is right above the focused item is also included in the selection. Available in multi-selection mode only. |
Cmd-Shift-Down | Expands selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Down selects all items between anchor and the item which is right below the focused item. The item which is right below the focused item is also included in the selection. Available in multi-selection mode only. |
Cmf-Shift-Left | Expands selection left by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Left selects all items between anchor and the item which is on left side of the focused item. The item which is on left side of the focused item is also included in the selection. Available in multi-selection mode only. |
Cmd-Shift-Right | Expands selection right by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Right selects all items between anchor and the item which is on right side of the focused item. The item which is on right side of the focused item is also included in the selection. Available in multi-selection mode only. |
Cmd-Shift-Space | Selects all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. |
Cmd-Shift-Home | Selects all items between anchor and the first item. Available in multi-selection mode only. |
Cmd-Shift-End | Selects all items between anchor and the last item. Available in multi-selection mode only. |
Cmd-Shift-PageUp | Select all items between anchor and the first fully visible item on the current page. If the first fully visible item is already included in the selection, extend the selection to the first fully visible item on the previous page. Available in multi-selection mode only. |
Cmd-Shift-PageDown | Select all items between anchor and the last fully visible item on the current page. If the last fully visible item is already included in the selection, extend the selection to the last fully visible item on the next page. Available in multi-selection mode only. |