Keyboard Shortcuts for Standard Keyboard ActionΒΆ

Requirement: The Activate standard keyboard handling option is activated in the Visualization manager object.

The keyboard shortcuts for standard keyboard action make it possible for users to operate the visualization with the keyboard only. Elements that respond to user input can process a keyboard event instead of a mouse event. You do not have to change their input configuration for this purpose. The universal keyboard shortcuts are supported by all devices and are available on all display variants when needed.

Keyboard shortcuts  
Tab

Focus jumps to the next element.

The next element that responds to a configured or preconfigured user input receives the focus. The order of elements corresponds to the order that the elements were added to the editor.

If the focused element is a table, then the upper left cell in the table is the next focus. After that, each next cell until all cells have been focused. It also applies here that only cells that require input are focused.

If the focused element is a frame, then an element of the referenced visualization is set next in focus in the frame. After that, each next element until all elements have been focused. It also applies here that only elements that require input are focused.

Shift+Tab

Focus jumps to the previous element.

The element is focused that is before the currently focused element in the added order. Therefore, the order is the opposite as for Tab.

Arrow The focus jumps to the element that is in the direction as indicated by the arrow.
Input The visualization detects the input at the focused element and triggers the input action.