Skip to content

Latest commit

 

History

History
103 lines (63 loc) · 1.44 KB

keyboard-handling-for-triggering-actions-on-item-level-81c68e4.md

File metadata and controls

103 lines (63 loc) · 1.44 KB

Keyboard Handling for Triggering Actions on Item Level

The following keys and key combinations are used for triggering events of clickable elements.

Key combination

Behavior

[Spacebar]

If items are not selectable and focus is on an item, trigger the item event.

Tip:

If you press and hold the key, you can cancel the trigger action by pressing [Shift].

If items are selectable, select/deselect the item.

[Enter]

If focus is on an item, trigger the item event immediately after the key press.

Use the following keys to trigger additional actions (if supported):

Key combination

Behavior

[Delete]

If deletion of items supported:

If focus is on an item, delete the item. Move focus to the next item.

If the deleted item is the last item, move focus to the previous item.

If the deleted item is the last remaining item, move focus to the next control in the tab order.

[F2]

If Detail of items is supported:

If focus is on an item, trigger the click event for the Detail button.