...
The following table describes actions that are performed when a ListView in vertical orientation is focused and users press the following keys:
UP Arrow | Move focus & selection up one item. Create anchor. All previous selections are canceled. |
DOWN Arrow | Move focus & selection down one item. Create anchor. All previous selections are canceled. |
CTRL-UP Arrow | Move focus up without changing selection. Use CMD-UP Arrow on Mac. |
CTRL-DOWN Arrow | Move focus down without changing selection. Use CMD-DOWN Arrow on Mac. |
SHIFT-UP Arrow | Expand or contract selection up by one item. Only in multi-selection modes. When 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 Arrow | Expand or contract selection down by one item. Only in multi-selection modes. When 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. |
SPACEBAR | Select focused item if it is not selected. Create anchor. |
CTRL-SPACEBAR | Select focused item if it is not selected. Deselect focused item if it is selected. Create anchor. Use CMD-CTRL-SPACEBAR on Mac. |
SHIFT-SPACEBAR | Select 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 | Move focus & selection to the first item. Create anchor. |
END | Move focus & selection to the last item. Create anchor. |
SHIFT-HOME | Select all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
SHIFT-END | Select all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
CTRL-HOME | Move focus to the first item. Use CMD-Home on Mac. |
CTRL-END | Moves focus to the last item. Use CMD-END on Mac. |
PAGE UP | 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. Create anchor. |
PAGE DOWN | 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. Create anchor. |
SHIFT-PAGE UP | 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-PAGE DOWN | 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-PAGE UP | 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. Use CMD-PAGE UP on Mac. |
CTRL-PAGE DOWN | 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. Use CMD-PAGE DOWN on Mac. |
CTRL-A | Select entire list. Focus remains on the same item. In multi-selection mode only. Use CMD-A on Mac. |
ESC | Cancel editing. |
ENTER | Confirm editing (depends on the cell editor). |
CTRL-SHIFT-UP Arrow | Expand 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. Use CMD-SHIFT-UP Arrow on Mac. |
CTRL-SHIFT-DOWN Arrow | Expand 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. Use CMD-SHIFT-DOWN Arrow on Mac. |
CTRL-SHIFT-SPACEBAR | Select all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. Use CMD-SHIFT-SPACEBAR on Mac. |
CTRL-SHIFT-HOME | Select all items between anchor and the first item. Available in multi-selection mode only. Use CMD-SHIFT-HOME on Mac. |
CTRL-SHIFT-END | Select all items between anchor and the last item. Available in multi-selection mode only. Use CMD-SHIFT-END on Mac. |
CTRL-SHIFT-PAGE UP | 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. Use CMD-SHIFT-PAGE UP on Mac. |
CTRL-SHIFT-PAGE DOWN | 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. Use CMD-SHIFT-PAGE DOWN on Mac. |
TAB | Move focus to next focusable control. |
SHIFT-TAB | Move focus to previous focusable control. |
The following table describes actions that are performed when a ListView in horizontal orientation is focused and users press the following keys:
LEFT Arrow | Move focus & selection left one item. Create anchor. All previous selections are canceled. |
RIGHT Arrow | Move focus & selection right one item. Create anchor. All previous selections are canceled. |
CTRL-LEFT Arrow | Move focus left without changing selection. Use CMD-LEFT Arrow on Mac. |
CTRL-RIGHT Arrow | Move focus right without changing selection. Use CMD-RIGHT Arrow on Mac. |
SHIFT-LEFT Arrow | Expand or contract selection left by one item. Only in multi-selection modes. When 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 Arrow | Expand or contract selection right by one item. Only in multi-selection modes. When 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. |
SPACEBAR | Select focused item if it is not selected. Create anchor. |
CTRL-SPACEBAR | Select focused item if it is not selected. Deselect focused item if it is selected. Create anchor. Use CMD-CTRL-SPACEBAR on Mac. |
SHIFT-SPACEBAR | Select 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 | Move focus & selection to the first item. Create anchor. |
END | Move focus & selection to the last item. Create anchor. |
SHIFT-HOME | Select all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
SHIFT-END | Select all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
CTRL-HOME | Move focus to the first item. Use CMD-Home on Mac. |
CTRL-END | Moves focus to the last item. Use CMD-END on Mac. |
PAGE UP | 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. Create anchor. |
PAGE DOWN | 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. Create anchor. |
SHIFT-PAGE UP | 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-PAGE DOWN | 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-PAGE UP | 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. Use CMD-PAGE UP on Mac. |
CTRL-PAGE DOWN | 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. Use CMD-PAGE DOWN on Mac. |
CTRL-A | Select entire list. Focus remains on the same item. In multi-selection mode only. Use CMD-A on Mac. |
ESC | Cancel editing. |
ENTER | Confirm editing (depends on the cell editor). |
CTRL-SHIFT-LEFT Arrow | Expand 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. Use CMD-SHIFT-LEFT Arrow on Mac. |
CTRL-SHIFT-RIGHT Arrow | Expand 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. Use CMD-SHIFT-RIGHT Arrow on Mac. |
CTRL-SHIFT-SPACEBAR | Select all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. Use CMD-SHIFT-SPACEBAR on Mac. |
CTRL-SHIFT-HOME | Select all items between anchor and the first item. Available in multi-selection mode only. Use CMD-SHIFT-HOME on Mac. |
CTRL-SHIFT-END | Select all items between anchor and the last item. Available in multi-selection mode only. Use CMD-SHIFT-END on Mac. |
CTRL-SHIFT-PAGE UP | 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. Use CMD-SHIFT-PAGE UP on Mac. |
CTRL-SHIFT-PAGE DOWN | 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. Use CMD-SHIFT-PAGE DOWN on Mac. |
TAB | Move focus to next focusable control. |
SHIFT-TAB | Move focus to previous focusable control. |
...
The following table describes actions that are performed when a TableView is focused and users press the following keys:
UP Arrow | Move focus & selection up one item. Create anchor. All previous selections are canceled. |
DOWN Arrow | Move focus & selection down one item. Create anchor. All previous selections are canceled. |
CTRL-UP Arrow | Move focus up without changing selection. Use CMD-UP Arrow on Mac. |
CTRL-DOWN Arrow | Move focus down without changing selection. Use CMD-DOWN Arrow on Mac. |
SHIFT-UP Arrow | Expand or contract selection up by one item. Only in multi-selection modes. When 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 Arrow | Expand or contract selection down by one item. Only in multi-selection modes. When 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. |
SPACEBAR | Select focused item if it is not selected. Create anchor. |
CTRL-SPACEBAR | Select focused item if it is not selected. Deselect focused item if it is selected. Create anchor. Use CMD-CTRL-SPACEBAR on Mac. |
SHIFT-SPACEBAR | Select 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 | Move focus & selection to the first item. Create anchor. |
END | Move focus & selection to the last item. Create anchor. |
SHIFT-HOME | Select all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
SHIFT-END | Select all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
CTRL-HOME | Move focus to the first item. Use CMD-Home on Mac. |
CTRL-END | Moves focus to the last item. Use CMD-END on Mac. |
PAGE UP | 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. Create anchor. |
PAGE DOWN | 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. Create anchor. |
SHIFT-PAGE UP | 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-PAGE DOWN | 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-PAGE UP | 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. Use CMD-PAGE UP on Mac. |
CTRL-PAGE DOWN | 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. Use CMD-PAGE DOWN on Mac. |
CTRL-A | Select entire table. Focus remains on the same item. In multi-selection mode only. Use CMD-A on Mac. |
ESC | Cancel editing. |
ENTER | Confirm editing (depends on the cell editor). |
CTRL-SHIFT-UP Arrow | Expand 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. Use CMD-SHIFT-UP Arrow on Mac. |
CTRL-SHIFT-DOWN Arrow | Expand 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. Use CMD-SHIFT-DOWN Arrow on Mac. |
CTRL-SHIFT-SPACEBAR | Select all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. Use CMD-SHIFT-SPACEBAR on Mac. |
CTRL-SHIFT-HOME | Select all items between anchor and the first item. Available in multi-selection mode only. Use CMD-SHIFT-HOME on Mac. |
CTRL-SHIFT-END | Select all items between anchor and the last item. Available in multi-selection mode only. Use CMD-SHIFT-END on Mac. |
CTRL-SHIFT-PAGE UP | 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. Use CMD-SHIFT-PAGE UP on Mac. |
CTRL-SHIFT-PAGE DOWN | 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. Use CMD-SHIFT-PAGE DOWN on Mac. |
TAB | Move focus to next focusable control. |
SHIFT-TAB | Move focus to previous focusable control. |
TabPane
The following table describes actions that are performed when a TabPane is focused and users press the following keys:
LEFT/UP Arrow | When focus is on a tab in the TabPane header, move focus to the previous tab and display its corresponding page. |
RIGHT/DOWN Arrow | When focus is on a tab in the TabPane header, move focus to the next tab and display its corresponding page. |
HOME | When focus is on a tab in the TabPane header, move focus to the first tab and display its corresponding page. |
END | When focus is on a tab in the TabPane header, move focus to the last tab and display its corresponding page. |
CTRL-TAB/ CTRL-PAGE DOWN | Move focus to the next tab and display its corresponding page. Wrap from last to first. |
CTRL-SHIFT-TAB/ CTRL-PAGE UP | Move focus to the previous tab and display its corresponding page. Wrap from first to last. |
TAB | Move focus to the next control in selected tab. If focus is on the last control, move focus to the next focusable control outside the TabPane. |
SHIFT-TAB | Moves focus to the previous control in selected tab. If focus is on the first control, move focus to the selected tab in the TabPane header. If focus is on the selected tab, move focus to the previous focusable control outside the TabPane. |
The following table describes actions that are performed when a pop-up menu in a TabPane is opened and users press the following keys:
UP Arrow | With no selection yet, select the last menu item. Otherwise move selection one item up (and scroll the menu if needed). If the first item is selected, select the last item. |
DOWN Arrow | With no selection yet, select the first menu item. Otherwise move selection one item down (and scroll the menu if needed). If the last item is selected, select the first item. |
SPACEBAR/ENTER | Move focus to the selected tab and display its corresponding page. Close the menu. |
ESC | Close the menu. |
...
The following table describes actions that are performed when a TreeTableView is focused and users press the following keys:
UP Arrow | Move focus & selection up by one item. Create anchor. Cancel all previous selections. |
DOWN Arrow | Move focus & selection down by one item. Create anchor. Cancel all previous selections. |
LEFT Arrow | Row: Collapse current selection or go to the parent node. Cell: Move selection & focus left by one item. Cancel all previous selections. |
RIGHT Arrow | Row: Expand current selection or go to the first child node. Cell: Move selection & focus right by one item. Cancel all previous selections. |
CTRL-UP Arrow | Move focus up by one item without changing selection. Use CMD-UP Arrow on Mac. |
CTRL-DOWN Arrow | Move focus down by one item without changing selection. Use CMD-DOWN Arrow on Mac. |
SHIFT-UP Arrow | Expand or contract 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 Arrow | Expand or contract 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. |
CTRL-SHIFT-UP Arrow | Expand/Contract selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Up Arrow 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. Use CMD-SHIFT-UP Arrow on Mac. |
CTRL-SHIFT-DOWN Arrow | Expand/Contract selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Down Arrow 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. Use CMD-SHIFT-DOWN Arrow on Mac. |
HOME | Move focus & selection to the first item. Create anchor. |
END | Move focus & selection to the last item. Create anchor. |
CTRL-HOME | Move focus to the first item. Use CMD-HOME on Mac. |
CTRL-END | Move focus to the last item. Use CMD-END on Mac. |
SHIFT-HOME | Select all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
SHIFT-END | Select all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
CTRL-SHIFT-HOME | Select all items between anchor and the first item. Available in multi-selection mode only. Use CMD-SHIFT-HOME on Mac. |
CTRL-SHIFT-END | Select all items between anchor and the last item. Available in multi-selection mode only. Use CMD-SHIFT-END on Mac. |
PAGE UP | 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. |
PAGE DOWN | 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. |
CTRL-PAGE UP | 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. Use CMD-PAGE UP on Mac. |
CTRL-PAGE DOWN | 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. Use CMD-PAGE DOWN on Mac. |
SHIFT-PAGE UP | 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-PAGE DOWN | 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-SHIFT-PAGE UP | 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. Use CMD-SHIFT-PAGE UP on Mac. |
CTRL-SHIFT-PAGE DOWN | 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. Use CMD-SHIFT-PAGE DOWN on Mac. |
CTRL-A | Select entire tree table. Focus remains on the same item. In multi-selection mode only. Use CMD-A on Mac. |
F2 | Edit selected node. |
ENTER | Perform the default action on selected node or save changes made to the selected node. |
ESC | Cancel changes made to the selected node. |
+ (numlock) | When a parent node is selected, expand the node. |
- (numlock) | When a parent node is selected, collapse the node. |
* (numlock) | When a node is selected, expand all nodes. |
SPACEBAR | Select focused item if it is not selected. Create anchor. |
CTRL-SPACEBAR | Select focused item if it is not selected. Deselect focused item if it is selected. Create anchor. Use CTRL-CMD-SPACEBAR on Mac. |
SHIFT-SPACEBAR | Select 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. |
CTRL-SHIFT-SPACEBAR | Select all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. Use CMD-SHIFT-SPACEBAR on Mac. |
TAB | Move focus to next focusable control. |
SHIFT-TAB | Move focus to previous focusable control. |
...
The following table describes actions that are performed when a TreeView is focused and users press the following keys:
UP Arrow | Move selection one node up. Create anchor. |
DOWN Arrow | Move selection one node down.Create anchor. |
LEFT Arrow | Collapse current selection or go to parent node. |
RIGHT Arrow | Expand current selection or go to first child node. |
CTRL-UP Arrow | Move focus up by one item without changing selection. Use CMD-UP Arrow on Mac. |
CTRL-DOWN Arrow | Move focus down by one item without changing selection. Use CMD-DOWN Arrow on Mac. |
SHIFT-UP Arrow | Expand or contract 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 Arrow | Expand or contract 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. |
CTRL-SHIFT-UP Arrow | Expand/Contract selection up by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Up Arrow 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. Use CMD-SHIFT-UP Arrow on Mac. |
CTRL-SHIFT-DOWN Arrow | Expand/Contract selection down by one item. Only in multi-selection modes. If focus is on an unselected item, pressing Ctrl-Shift-Down Arrow 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. Use CMD-SHIFT-DOWN Arrow on Mac. |
HOME | Move focus & selection to the first node in the tree. Create anchor. |
END | Move focus & selection to the last node in the tree. Create anchor. |
CTRL-HOME | Move focus to the first node in the tree. Use CMD-HOME on Mac. |
CTRL-END | Move selection to the last node in the tree. Use CMD-END on Mac. |
SHIFT-HOME | Select all items between anchor and the first node in the tree. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
SHIFT-END | Select all items between anchor and the last node in the tree. All previous selections are canceled, if applicable. Available in multi-selection mode only. |
CTRL-SHIFT-HOME | Select all items between anchor and the first item. Available in multi-selection mode only. Use CMD-SHIFT-HOME on Mac. |
CTRL-SHIFT-END | Select all items between anchor and the last item. Available in multi-selection mode only. Use CMD-SHIFT-END on Mac. |
PAGE UP | Move the selection up on the first fully visible node on the current page. If the first fully visible node is selected, move the selection on the first fully visible node on the previous page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
PAGE DOWN | Move the selection down on the last fully visible node on the current page. If the last fully visible node is selected, move the selection on the last fully visible node on the next page. In multi-selection mode, it cancels all previous selections. Creates anchor. |
CTRL-PAGE UP | Move focus up on the first fully visible node on the current page. If the first fully visible node is focused, move focus on the first fully visible node on the previous page. Use CMD-PAGE UP on Mac. |
CTRL-PAGE DOWN | Move focus down on the last fully visible node on the current page. If the last fully visible node is focused, move focus on the last fully visible node on the next page. Use CMD-PAGE DOWN on Mac. |
SHIFT-PAGE UP | Select all nodes between anchor and the first fully visible node on the current page. If the first fully visible node is already included in the selection, extend the selection to the first fully visible node on the previous page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
SHIFT-PAGE DOWN | Select all nodes between anchor and the last fully visible node on the current page. If the last fully visible node is already included in the selection, extend the selection to the last fully visible node on the next page. All previous selections, if applicable, are canceled. Available in multi-selection mode only. |
CTRL-SHIFT-PAGE UP | Select all nodes between anchor and the first fully visible node on the current page. If the first fully visible node is already included in the selection, extend the selection to the first fully visible node on the previous page. Available in multi-selection mode only. Use CMD-SHIFT-PAGE UP on Mac. |
CTRL-SHIFT-PAGE DOWN | Select all nodes between anchor and the last fully visible node on the current page. If the last fully visible node is already included in the selection, extend the selection to the last fully visible node on the next page. Available in multi-selection mode only. Use CMD-SHIFT-PAGE DOWN on Mac. |
CTRL-A | Select entire tree. Focus remains on the same item. In multi-selection mode only. Use CMD-A on Mac. |
F2 | Edit selected node. |
ENTER | Perform the default action on selected node or save changes made to the selected node. |
ESC | Cancel changes made to the selected node. |
+ (numlock) | When a parent node is selected, expand the node. |
- (numlock) | When a parent node is selected, collapse the node. |
* (numlock) | When a node is selected, expand all nodes. |
SPACEBAR | Select focused item if it is not selected. Create anchor. |
CTRL-SPACEBAR | Select focused item if it is not selected. Deselect focused item if it is selected. Create anchor. Use CTRL-CMD-SPACEBAR on Mac. |
SHIFT-SPACEBAR | Select 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. |
CTRL-SHIFT-SPACEBAR | Select all items between anchor and focused item. Focused item is also included in the selection. Create anchor. Available in multi-selection mode only. Use CMD-SHIFT-SPACEBAR on Mac. |
TAB | Move focus to next focusable control. |
SHIFT-TAB | Move focus to previous focusable control. |
...