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

    Loading...
  1. Dashboard
  2. OpenJFX
  3. Main
  4. Discussions
  5. Accessibility
  6. Keyboard Navigation

Page History

Versions Compared

Old Version 14

changes.mady.by.user Jindrich Dinga

Saved on Nov 19, 2013

compared with

New Version Current

changes.mady.by.user Jindrich Dinga

Saved on Dec 02, 2013

  • Previous Change: Difference between versions 13 and 14
  • 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 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.

In single selection mode, Shift key should be ignored and only Up Arrow key should be processed. See description of Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Down Arrow key should be processed. See description of Down Arrow behavior for more details.

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-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.

In single selection mode, Shift key should be ignored and only Spacebar key should be processed. See description of Spacebar behavior for more details.

F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove 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.

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

Select 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-HOMEMove focus to the 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 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.

In single selection mode, Shift key should be ignored and only Page Up key should be processed. See description of Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Page Down key should be processed. See description of Page Down behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Ctrl+Up Arrow (Cmd+Up Arrow) should be processed. See description of Ctrl+Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl+Down Arrow (Cmd+Down Arrow) should be processed. See description of Ctrl+Down Arrow behavior for more details.

CTRL-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.

In single selection mode, Shift key should be ignored and only Ctrl+Spacebar (Cmd+Spacebar) should be processed. See description of Ctrl+Spacebar behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Ctrl+Page Up (Cmd+Page Up) should be processed. See description of Ctrl+Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl+Page Down (Cmd+Page Down) should be processed. See description of Ctrl+Page Down behavior for more details.

TABMove focus to next focusable control.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 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.

In single selection mode, Shift key should be ignored and only Left Arrow key should be processed. See description of Left Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Right Arrow key should be processed. See description of Right Arrow behavior for more details.

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-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.

In single selection mode, Shift key should be ignored and only Spacebar key should be processed. See description of Spacebar behavior for more details.

F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove 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.

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-ENDSHIFT-END

Select 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-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 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.

In single selection mode, Shift key should be ignored and only Page Up key should be processed. See description of Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Page Down key should be processed. See description of Page Down behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Ctrl-Left Arrow (Cmd-Left Arrow) should be processed. See description of Ctrl-Left Arrow behavior for more details.

CTRL-SHIFT-RIGHT Arrow

Expand selection right

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.

In single selection mode, Shift key should be ignored and only Ctrl-Right Arrow (Cmd-Right Arrow) should be processed. See description of Ctrl-Right Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Spacebar (Cmd-Spacebar) should be processed. See description of Ctrl-Spacebar behavior for more details.

CTRL-SHIFT-HOME

Select all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Home (Cmd-Home) should be processed. See description of Ctrl-Home behavior for more details.

CTRL-SHIFT-CTRL-SHIFT-END

Select all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-End (Cmd-End) should be processed. See description of Ctrl-End behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Page Up (Cmd-Page Up) should be processed. See description of Ctrl-Page Up behavior for more details.

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.

TABMove focus to next focusable control.

In single selection mode, Shift key should be ignored and only Ctrl-Page Down (Cmd-Page Down) should be processed. See description of Ctrl-Page Down behavior for more details.

TABMove focus to next focusable control.
SHIFT-TABMove focus 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 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.

In single selection mode, Shift key should be ignored and only Up Arrow key should be processed. See description of Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Down Arrow key should be processed. See description of Down Arrow behavior for more details.

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-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.

In single selection mode, Shift key should be ignored and only Spacebar should be processed. See description of Spacebar behavior for more details.

F2Edit selected item.
HOMEMove focus & selection to the first item. Create anchor.
ENDMove 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.

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-ENDSHIFT-END

Select 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-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 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.

In single selection mode, Shift key should be ignored and only Page Up key should be processed. See description of Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Page Down key should be processed. See description of Page Down behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Ctrl-Up Arrow (Cmd-Up Arrow) should be processed. See description of Ctrl-Up Arrow behavior for more details.

CTRL-SHIFT-DOWN Arrow

Expand selection down

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.

In single selection mode, Shift key should be ignored and only Ctrl-Down Arrow (Cmd-Down Arrow) should be processed. See description of Ctrl-Down Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Spacebar (Cmd-Spacebar) should be processed. See description of Ctrl-Spacebar behavior for more details.

CTRL-SHIFT-HOME

Select all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Home (Cmd-Home) should be processed. See description of Ctrl-Home behavior for more details.

CTRL-SHIFT-END

Select all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-End (Cmd-End) should be processed. See description of Ctrl-End behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Page Up (Cmd-Page Up) should be processed. See description of Ctrl-Page Up behavior for more details.

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

in multi-selection mode only.

Use CMD-SHIFT-PAGE DOWN on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Page Down (Cmd-Page Down) should be processed. See description of Ctrl-Page Down behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Up Arrow key should be processed. See description of Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Down Arrow key should be processed. See description of Down Arrow behavior for more details.

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

Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Up Arrow (Cmd-Up Arrow) should be processed. See description of Ctrl-Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Down Arrow (Cmd-Down Arrow) should be processed. See description of Ctrl-Down Arrow behavior for more details.

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-HOME

Select 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

Select 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-SHIFT-HOME

Select all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME

on Mac

on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Home (Cmd-Home) should be processed. See description of Ctrl-Home behavior for more details.

CTRL-SHIFT-END

Select all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-End (Cmd-End) should be processed. See description of Ctrl-End behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Page Up key should be processed. See description of Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Page Down key should be processed. See description of Page Down behavior for more details.

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

in multi-selection mode only.

Use CMD-SHIFT-PAGE UP on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Page Up (Cmd-Page Up) should be processed. See description of Ctrl-Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Page Down (Cmd-Page Down) should be processed. See description of Ctrl-Page Down behavior for more details.

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-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.

In single selection mode, Shift key should be ignored and only Spacebar key should be processed. See description of Spacebar behavior for more details.

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

in multi-selection mode only.

Use CMD-SHIFT-SPACEBAR on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Spacebar (Cmd-Spacebar) should be processed. See description of Ctrl-Spacebar behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Up Arrow key should be processed. See description of Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Down Arrow key should be processed. See description of Down Arrow behavior for more details.

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

Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Up Arrow (Cmd-Up Arrow) should be processed. See description of Ctrl-Up Arrow behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Down Arrow (Cmd-Down Arrow) should be processed. See description of Ctrl-Down Arrow behavior for more details.

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-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.

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

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.

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-SHIFT-HOME

Select all items between anchor and the first item. Available in multi-selection mode only.

Use CMD-SHIFT-HOME on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Home (Cmd-Home) should be processed. See description of Ctrl-Home behavior for more details.

CTRL-SHIFT-END

Select all items between anchor and the last item. Available in multi-selection mode only.

Use CMD-SHIFT-END on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-End (Cmd-End) should be processed. See description of Ctrl-End behavior for more details.

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 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.

In single selection mode, Shift key should be ignored and only Page Up key should be processed. See description of Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Page Down key should be processed. See description of Page Down behavior for more details.

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

multi-selection mode only.

Use CMD-SHIFT-PAGE UP on Mac.

In single selection mode, Shift key should be ignored and only Ctrl-Page Up (Cmd-Page Up) should be processed. See description of Ctrl-Page Up behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Page Down (Cmd-Page Down) should be processed. See description of Ctrl-Page Down behavior for more details.

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-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.

In single selection mode, Shift key should be ignored and only Spacebar key should be processed. See description of Spacebar behavior for more details.

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.

In single selection mode, Shift key should be ignored and only Ctrl-Spacebar (Cmd-Spacebar) should be processed. See description of Ctrl-Spacebar behavior for more details.

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.21
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 629, "requestCorrelationId": "1ce38959d84e92ce"}