:right-sidebar: True TabViewShortcuts =================================================================== .. currentmodule:: gi.repository.Adw .. versionadded:: 1.2 .. class:: TabViewShortcuts :no-contents-entry: Describes available shortcuts in an :obj:`~gi.repository.Adw.TabView`. Shortcuts can be set with :obj:`~gi.repository.Adw.TabView.props.shortcuts`, or added/removed individually with :obj:`~gi.repository.TabView.add_shortcuts` and :obj:`~gi.repository.TabView.remove_shortcuts`. New values may be added to this enumeration over time. Fields ------ .. rst-class:: interim-class .. class:: TabViewShortcuts :no-index: .. attribute:: ALL_SHORTCUTS All of the shortcuts .. attribute:: ALT_DIGITS :kbd:`Alt`+:kbd:`1`⋯:kbd:`9` - switch to pages 1-9 .. attribute:: ALT_ZERO :kbd:`Alt`+:kbd:`0` - switch to page 10 .. attribute:: CONTROL_END :kbd:`Ctrl`+:kbd:`End` - switch to the last page .. attribute:: CONTROL_HOME :kbd:`Ctrl`+:kbd:`Home` - switch to the first page .. attribute:: CONTROL_PAGE_DOWN :kbd:`Ctrl`+:kbd:`Page Down` - switch to the next page .. attribute:: CONTROL_PAGE_UP :kbd:`Ctrl`+:kbd:`Page Up` - switch to the previous page .. attribute:: CONTROL_SHIFT_END :kbd:`Ctrl`+:kbd:`Shift`+:kbd:`End` - move the current page at the end .. attribute:: CONTROL_SHIFT_HOME :kbd:`Ctrl`+:kbd:`Shift`+:kbd:`Home` - move the selected page at the start .. attribute:: CONTROL_SHIFT_PAGE_DOWN :kbd:`Ctrl`+:kbd:`Shift`+:kbd:`Page Down` - move the selected page forward .. attribute:: CONTROL_SHIFT_PAGE_UP :kbd:`Ctrl`+:kbd:`Shift`+:kbd:`Page Up` - move the selected page backward .. attribute:: CONTROL_SHIFT_TAB :kbd:`Shift`+:kbd:`Ctrl`+:kbd:`Tab` - switch to the previous page .. attribute:: CONTROL_TAB :kbd:`Ctrl`+:kbd:`Tab` - switch to the next page .. attribute:: NONE No shortcuts