TabViewShortcuts#

Added in version 1.2.

class TabViewShortcuts#

Describes available shortcuts in an TabView.

Shortcuts can be set with shortcuts, or added/removed individually with add_shortcuts and remove_shortcuts.

New values may be added to this enumeration over time.

Fields#

class TabViewShortcuts
ALL_SHORTCUTS#

The type of the None singleton.

ALT_DIGITS#

The type of the None singleton.

ALT_ZERO#

The type of the None singleton.

CONTROL_END#

The type of the None singleton.

CONTROL_HOME#

The type of the None singleton.

CONTROL_PAGE_DOWN#

The type of the None singleton.

CONTROL_PAGE_UP#

The type of the None singleton.

CONTROL_SHIFT_END#

The type of the None singleton.

CONTROL_SHIFT_HOME#

The type of the None singleton.

CONTROL_SHIFT_PAGE_DOWN#

The type of the None singleton.

CONTROL_SHIFT_PAGE_UP#

The type of the None singleton.

CONTROL_SHIFT_TAB#

The type of the None singleton.

CONTROL_TAB#

The type of the None singleton.

NONE#

The type of the None singleton.