TabViewShortcuts
Description:
[ CCode ( cprefix = "ADW_TAB_VIEW_SHORTCUT_" , type_id = "adw_tab_view_shortcuts_get_type ()" ) ]
[ Flags ]
[ Version ( since = "1.2" ) ]
public enum TabViewShortcuts
Describes available shortcuts in an [class@TabView].
Shortcuts can be set with [property@TabView:shortcuts], or added/removed individually with [method@TabView.add_shortcuts] and [
method@TabView.remove_shortcuts].
New values may be added to this enumeration over time.
Content:
Enum values:
- ALL_SHORTCUTS - All of
the shortcuts
- ALT_DIGITS - <kbd>Alt
</kbd>+<kbd>1</kbd>⋯<kbd>9</kbd> - switch to pages 1-9
- ALT_ZERO - <kbd>Alt<
/kbd>+<kbd>0</kbd> - switch to page 10
- CONTROL_END - <kbd>
Ctrl</kbd>+<kbd>End</kbd> - switch to the last page
- CONTROL_HOME - <kbd
>Ctrl</kbd>+<kbd>Home</kbd> - switch to the first page
- CONTROL_PAGE_DOWN -
<kbd>Ctrl</kbd>+<kbd>Page Down</kbd> - switch to the next page
- CONTROL_PAGE_UP - <
kbd>Ctrl</kbd>+<kbd>Page Up</kbd> - switch to the previous page
- CONTROL_SHIFT_END -
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>End</kbd> - move the current page at the end
- CONTROL_SHIFT_HOME -
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Home</kbd> - move the selected page
at the start
- CONTROL_SHIFT_PAGE_DOWN -
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Down</kbd> - move the selected
page forward
- CONTROL_SHIFT_PAGE_UP -
<kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Up</kbd> - move the selected
page backward
- CONTROL_SHIFT_TAB -
<kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the previous page
- CONTROL_TAB - <kbd>
Ctrl</kbd>+<kbd>Tab</kbd> - switch to the next page
- NONE - No shortcuts