• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Page Information

    Loading...
  1. Dashboard
  2. Undefined Space
  3. OpenJFX
  4. Keyboard Navigation

Page History

Versions Compared

Old Version 13

changes.mady.by.user Jindrich Dinga

Saved on Sep 19, 2013

compared with

New Version 14

changes.mady.by.user Jindrich Dinga

Saved on Nov 19, 2013

  • Previous Change: Difference between versions 12 and 13
  • Next Change: Difference between versions 14 and 15
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


The following table describes actions that are performed when a ListView in vertical orientation is focused and users press the following keys:

UP ArrowMove focus & selection up one item. Create anchor. All previous selections are canceled.
DOWN ArrowMove focus & selection down one item. Create anchor. All previous selections are canceled.
CTRL-UP ArrowMove focus up without changing selection.

Use CMD-UP Arrow on Mac.
CTRL-DOWN ArrowMove focus down without changing selection.

Use CMD-DOWN Arrow on Mac.
SHIFT-UP ArrowExpand 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 ArrowExpand 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.
SPACEBARSelect focused item if it is not selected. Create anchor.
CTRL-SPACEBARSelect focused item if it is not selected. Deselect focused item if it is selected. Create anchor.

Use CMD-CTRL-SPACEBAR on Mac.
SHIFT-SPACEBARSelect 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.
F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove focus & selection to the last item. Create anchor.
SHIFT-HOMESelect all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
SHIFT-ENDSelect all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
CTRL-HOMEMove focus to the first item.

Use CMD-Home on Mac.
CTRL-ENDMoves focus to the last item.

Use CMD-END on Mac.
PAGE UPMove 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 DOWNMove 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 UPSelect 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 DOWNSelect 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 UPMove 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 DOWNMove 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-ASelect entire list. Focus remains on the same item. In multi-selection mode only.

Use CMD-A on Mac.
ESCCancel editing.
ENTERConfirm editing (depends on the cell editor).
CTRL-SHIFT-UP ArrowExpand 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 ArrowExpand 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-SPACEBARSelect 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-HOMESelect all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.
CTRL-SHIFT-ENDSelect all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.
CTRL-SHIFT-PAGE UPSelect 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 DOWNSelect 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.
TABMove focus to next focusable control.
SHIFT-TABMove 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 ArrowMove focus & selection left one item. Create anchor. All previous selections are canceled.
RIGHT ArrowMove focus & selection right one item. Create anchor. All previous selections are canceled.
CTRL-LEFT ArrowMove focus left without changing selection.

Use CMD-LEFT Arrow on Mac.
CTRL-RIGHT ArrowMove focus right without changing selection.

Use CMD-RIGHT Arrow on Mac.
SHIFT-LEFT ArrowExpand 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 ArrowExpand 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.
SPACEBARSelect focused item if it is not selected. Create anchor.
CTRL-SPACEBARSelect focused item if it is not selected. Deselect focused item if it is selected. Create anchor.

Use CMD-CTRL-SPACEBAR on Mac.
SHIFT-SPACEBARSelect 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.
F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove focus & selection to the last item. Create anchor.
SHIFT-HOMESelect all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
SHIFT-ENDSelect all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
CTRL-HOMEMove focus to the first item.

Use CMD-Home on Mac.
CTRL-ENDMoves focus to the last item.

Use CMD-END on Mac.
PAGE UPMove 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 DOWNMove 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 UPSelect 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 DOWNSelect 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 UPMove 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 DOWNMove 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-ASelect entire list. Focus remains on the same item. In multi-selection mode only.

Use CMD-A on Mac.
ESCCancel editing.
ENTERConfirm editing (depends on the cell editor).
CTRL-SHIFT-LEFT ArrowExpand 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 ArrowExpand 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-SPACEBARSelect 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-HOMESelect all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.
CTRL-SHIFT-ENDSelect all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.
CTRL-SHIFT-PAGE UPSelect 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 DOWNSelect 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.
TABMove focus to next focusable control.
SHIFT-TABMove 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 ArrowMove focus & selection up one item. Create anchor. All previous selections are canceled.
DOWN ArrowMove focus & selection down one item. Create anchor. All previous selections are canceled.
CTRL-UP ArrowMove focus up without changing selection.

Use CMD-UP Arrow on Mac.
CTRL-DOWN ArrowMove focus down without changing selection.

Use CMD-DOWN Arrow on Mac.
SHIFT-UP ArrowExpand 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 ArrowExpand 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.
SPACEBARSelect focused item if it is not selected. Create anchor.
CTRL-SPACEBARSelect focused item if it is not selected. Deselect focused item if it is selected. Create anchor.

Use CMD-CTRL-SPACEBAR on Mac.
SHIFT-SPACEBARSelect 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.
F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove focus & selection to the last item. Create anchor.
SHIFT-HOMESelect all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
SHIFT-ENDSelect all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
CTRL-HOMEMove focus to the first item.

Use CMD-Home on Mac.
CTRL-ENDMoves focus to the last item.

Use CMD-END on Mac.
PAGE UPMove 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 DOWNMove 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 UPSelect 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 DOWNSelect 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 UPMove 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 DOWNMove 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-ASelect entire table. Focus remains on the same item. In multi-selection mode only.

Use CMD-A on Mac.
ESCCancel editing.
ENTERConfirm editing (depends on the cell editor).
CTRL-SHIFT-UP ArrowExpand 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 ArrowExpand 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-SPACEBARSelect 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-HOMESelect all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.
CTRL-SHIFT-ENDSelect all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.
CTRL-SHIFT-PAGE UPSelect 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 DOWNSelect 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.
TABMove focus to next focusable control.
SHIFT-TABMove 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 ArrowWhen focus is on a tab in the TabPane header, move focus to the previous tab and display its corresponding page.
RIGHT/DOWN ArrowWhen focus is on a tab in the TabPane header, move focus to the next tab and display its corresponding page.
HOMEWhen focus is on a tab in the TabPane header, move focus to the first tab and display its corresponding page.
ENDWhen 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.
TABMove 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-TABMoves 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 ArrowWith 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 ArrowWith 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/ENTERMove focus to the selected tab and display its corresponding page. Close the menu.
ESCClose the menu.

 

...


The following table describes actions that are performed when a TreeTableView is focused and users press the following keys:

UP ArrowMove focus & selection up by one item. Create anchor. Cancel all previous selections.
DOWN ArrowMove focus & selection down by one item. Create anchor. Cancel all previous selections.
LEFT ArrowRow: Collapse current selection or go to the parent node.

Cell: Move selection & focus left by one item. Cancel all previous selections.
RIGHT ArrowRow: Expand current selection or go to the first child node.

Cell: Move selection & focus right by one item. Cancel all previous selections.
CTRL-UP ArrowMove focus up by one item without changing selection.

Use CMD-UP Arrow on Mac.
CTRL-DOWN ArrowMove focus down by one item without changing selection.

Use CMD-DOWN Arrow on Mac.
SHIFT-UP ArrowExpand 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 ArrowExpand 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 ArrowExpand/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 ArrowExpand/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.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove focus & selection to the last item. Create anchor.
CTRL-HOMEMove focus to the first item.

Use CMD-HOME on Mac.
CTRL-ENDMove focus to the last item.

Use CMD-END on Mac.
SHIFT-HOMESelect all items between anchor and the first item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
SHIFT-ENDSelect all items between anchor and the last item. All previous selections are canceled, if applicable. Available in multi-selection mode only.
CTRL-SHIFT-HOMESelect all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.
CTRL-SHIFT-ENDSelect all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.
PAGE UPMove 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 DOWNMove 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 UPMove 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 DOWNMove 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 UPSelect 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 DOWNSelect 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 UPSelect 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 DOWNSelect 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-ASelect entire tree table. Focus remains on the same item. In multi-selection mode only.

Use CMD-A on Mac.
F2Edit selected node.
ENTERPerform the default action on selected node or save changes made to the selected node.
ESCCancel 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.
SPACEBARSelect focused item if it is not selected. Create anchor.
CTRL-SPACEBARSelect focused item if it is not selected. Deselect focused item if it is selected. Create anchor.

Use CTRL-CMD-SPACEBAR on Mac.
SHIFT-SPACEBARSelect 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-SPACEBARSelect 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.
TABMove focus to next focusable control.
SHIFT-TABMove 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 ArrowMove selection one node up. Create anchor.
DOWN ArrowMove selection one node down.Create anchor.
LEFT ArrowCollapse current selection or go to parent node.
RIGHT ArrowExpand current selection or go to first child node.
CTRL-UP ArrowMove focus up by one item without changing selection.

Use CMD-UP Arrow on Mac.
CTRL-DOWN ArrowMove focus down by one item without changing selection.

Use CMD-DOWN Arrow on Mac.
SHIFT-UP ArrowExpand 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 ArrowExpand 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 ArrowExpand/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 ArrowExpand/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.
HOMEMove focus & selection to the first node in the tree. Create anchor.
ENDMove focus & selection to the last node in the tree. Create anchor.
CTRL-HOMEMove focus to the first node in the tree.

Use CMD-HOME on Mac.
CTRL-ENDMove selection to the last node in the tree.

Use CMD-END on Mac.
SHIFT-HOMESelect 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-ENDSelect 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-HOMESelect all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.
CTRL-SHIFT-ENDSelect all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.
PAGE UPMove 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 DOWNMove 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 UPMove 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 DOWNMove 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 UPSelect 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 DOWNSelect 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 UPSelect 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 DOWNSelect 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-ASelect entire tree. Focus remains on the same item. In multi-selection mode only.

Use CMD-A on Mac.
F2Edit selected node.
ENTERPerform the default action on selected node or save changes made to the selected node.
ESCCancel 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.
SPACEBARSelect focused item if it is not selected. Create anchor.
CTRL-SPACEBARSelect focused item if it is not selected. Deselect focused item if it is selected. Create anchor.

Use CTRL-CMD-SPACEBAR on Mac.
SHIFT-SPACEBARSelect 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-SPACEBARSelect 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.
TABMove focus to next focusable control.
SHIFT-TABMove focus to previous focusable control.

 

...

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.23
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 723, "requestCorrelationId": "e3bf35a0bd5f8978"}