Enumeration (GI Flags)

Adw-1AdwTabViewShortcutsSince 1.2

Describes available shortcuts in an TabView.

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

New values may be added to this enumeration over time.

1.2

Index

Enumeration Members

ALL_SHORTCUTS: number

All of the shortcuts

ALT_DIGITS: number

Alt+19 - switch to pages 1-9

ALT_ZERO: number

Alt+0 - switch to page 10

CONTROL_END: number

Ctrl+End - switch to the last page

CONTROL_HOME: number

Ctrl+Home - switch to the first page

CONTROL_PAGE_DOWN: number

Ctrl+Page Down - switch to the next page

CONTROL_PAGE_UP: number

Ctrl+Page Up - switch to the previous page

CONTROL_SHIFT_END: number

Ctrl+Shift+End - move the current page at the end

CONTROL_SHIFT_HOME: number

Ctrl+Shift+Home - move the selected page at the start

CONTROL_SHIFT_PAGE_DOWN: number

Ctrl+Shift+Page Down - move the selected page forward

CONTROL_SHIFT_PAGE_UP: number

Ctrl+Shift+Page Up - move the selected page backward

CONTROL_SHIFT_TAB: number

Shift+Ctrl+Tab - switch to the previous page

CONTROL_TAB: number

Ctrl+Tab - switch to the next page

NONE: number

No shortcuts