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

All of the shortcuts

ALT_DIGITS

Alt`+:kbd:`1`⋯:kbd:`9 - switch to pages 1-9

ALT_ZERO

Alt`+:kbd:`0 - switch to page 10

CONTROL_END

Ctrl`+:kbd:`End - switch to the last page

CONTROL_HOME

Ctrl`+:kbd:`Home - switch to the first page

CONTROL_PAGE_DOWN

Ctrl`+:kbd:`Page Down - switch to the next page

CONTROL_PAGE_UP

Ctrl`+:kbd:`Page Up - switch to the previous page

CONTROL_SHIFT_END

Ctrl`+:kbd:`Shift`+:kbd:`End - move the current page at the end

CONTROL_SHIFT_HOME

Ctrl`+:kbd:`Shift`+:kbd:`Home - move the selected page at the start

CONTROL_SHIFT_PAGE_DOWN

Ctrl`+:kbd:`Shift`+:kbd:`Page Down - move the selected page forward

CONTROL_SHIFT_PAGE_UP

Ctrl`+:kbd:`Shift`+:kbd:`Page Up - move the selected page backward

CONTROL_SHIFT_TAB

Shift`+:kbd:`Ctrl`+:kbd:`Tab - switch to the previous page

CONTROL_TAB

Ctrl`+:kbd:`Tab - switch to the next page

NONE

No shortcuts