...
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. In single selection mode, Shift key should be ignored and only Up key should be processed. See description of Up behavior for more details. | ||
Shift-Down | Expands or contracts selection down by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Down key should be processed. See description of Down behavior for more details. | ||
Shift-Left | Expands or contracts selection left by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Left key should be processed. See description of Left behavior for more details. | ||
Shift-Right | Expands or contracts selection right by | Shift-Right | Expands or contracts selection right by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Right key should be processed. See description of Right behavior for more details. |
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. | ||
In single selection mode, Shift key should be ignored and only Space key should be processed. See description of Space behavior for more details. | |||
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. In single selection mode, Shift key should be ignored and only Home key should be processed. See description of Home behavior for more details. | ||
Shift-End | Selects all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. In single selection mode, Shift key should be ignored and only End key should be processed. See description of End behavior for more details. | ||
Ctrl-Home | Moves focus | 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. In single selection mode, Shift key should be ignored and only PageUp key should be processed. See description of PageUp behavior for more details. | ||
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. In single selection mode, Shift key should be ignored and only PageDown key should be processed. See description of PageDown behavior for more details. | ||
Ctrl-PageUp | Move focus up on the first | 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. In single selection mode, Shift key should be ignored and only Ctrl-Up should be processed. See description of Ctrl-Up behavior for more details. | ||
Ctrl-Shift-Down | Expands selection down by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Ctrl-Down should be processed. See description of Ctrl-Down behavior for more details. | ||
Ctrl-Shift-Ctrl-Shift-Left | Expands selection left by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Ctrl-Left should be processed. See description of Ctrl-Left behavior for more details. | ||
Ctrl-Shift-Right | Expands selection right by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Ctrl-Right should be processed. See description of Ctrl-Right behavior for more details. | ||
Ctrl-Shift-Space | 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. In single selection mode, Shift key should be ignored and only Ctrl-Space should be processed. See description of Ctrl-Space behavior for more details. | |
Ctrl-Shift-Home | Selects all items between anchor and the first item. Available in multi-selection mode only. In single selection mode, Shift key should be ignored and only Ctrl-Home should be processed. See description of Ctrl-Home behavior for more details. | ||
Ctrl-Shift-End | Selects all items between anchor and the last item. Available in multi-selection mode only. In single selection mode, Shift key should be ignored and only Ctrl-End should be processed. See description of Ctrl-End behavior for more details. | ||
Ctrl-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. In single selection mode, Shift key should be ignored and only Ctrl-PageUp should be processed. See description of Ctrl-PageUp behavior for more details. | ||
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. |
In single selection mode, Shift key should be ignored and only Ctrl-PageDown should be processed. See description of Ctrl-PageDown behavior for more details. |
3.2.2 3.2.2 Mac
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. In single selection mode, Shift key should be ignored and only Up key should be processed. See description of Up behavior for more details. | ||
Shift-Down | Expands or contracts selection down by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Down key should be processed. See description of Down behavior for more details. | ||
Shift-Left | Expands or contracts selection | Shift-Left | Expands or contracts selection left by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Left key should be processed. See description of Left behavior for more details. |
Shift-Right | Expands or contracts selection right by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Right key should be processed. See description of Right behavior for more details. | ||
Space | Selects focused item if it is not selected. | 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. In single selection mode, Shift key should be ignored and only Space key should be processed. See description of Space behavior for more details. | ||
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. In single selection mode, Shift key should be ignored and only Home key should be processed. See description of Home behavior for more details. | ||
Shift-End | Selects all items between anchor and the last | Shift-End | Selects all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. In single selection mode, Shift key should be ignored and only End key should be processed. See description of End behavior for more details. |
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. In single selection mode, Shift key should be ignored and only PageUp key should be processed. See description of PageUp behavior for more details. | ||
Shift-PageDown | Select all items between anchor and the last | 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. In single selection mode, Shift key should be ignored and only PageDown key should be processed. See description of PageDown behavior for more details. |
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. In single selection mode, Shift key should be ignored and only Cmd-Up should be processed. See description of Cmd-Up behavior for more details. | ||
Cmd-Shift-Down | Cmd-Shift-Down | Expands selection down by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Cmd-Down should be processed. See description of Cmd-Down behavior for more details. | |
CmdCmf-Shift-Left | Expands selection left by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Cmd-Left should be processed. See description of Cmd-Left behavior for more details. | ||
Cmd-Shift-Right | Cmd-Shift-Right | Expands selection right by one item. Only in multi-selection modes. In single selection mode, Shift key should be ignored and only Cmd-Right should be processed. See description of Cmd-Right behavior for more details. | |
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. In single selection mode, Shift key should be ignored and only Cmd-Space should be processed. See description of Cmd-Space behavior for more details. | ||
Cmd-Shift-Home | Selects all items between anchor and the first item. Available in multi-selection mode only. In single selection mode, Shift key should be ignored and only Cmd-Home should be processed. See description of Cmd-Home behavior for more details. | ||
Cmd-Shift-End | Selects all items between anchor and the last item. Available in multi-selection mode onlyAvailable in multi-selection mode only. In single selection mode, Shift key should be ignored and only Cmd-End should be processed. See description of Cmd-End behavior for more details. | ||
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. In single selection mode, Shift key should be ignored and only Cmd-PageUp should be processed. See description of Cmd-PageUp behavior for more details. | ||
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. In single selection mode, Shift key should be ignored and only Cmd-PageDown should be processed. See description of Cmd-PageDown behavior for more details. |