Value | Meaning |
---|---|
None0 | No shortcuts |
ControlTab1 | <kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the next page |
ControlShiftTab2 | <kbd>Shift</kbd>+<kbd>Ctrl</kbd>+<kbd>Tab</kbd> - switch to the previous page |
ControlPageUp4 | <kbd>Ctrl</kbd>+<kbd>Page Up</kbd> - switch to the previous page |
ControlPageDown8 | <kbd>Ctrl</kbd>+<kbd>Page Down</kbd> - switch to the next page |
ControlHome16 | <kbd>Ctrl</kbd>+<kbd>Home</kbd> - switch to the first page |
ControlEnd32 | <kbd>Ctrl</kbd>+<kbd>End</kbd> - switch to the last page |
ControlShiftPageUp64 | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Up</kbd> - move the selected page backward |
ControlShiftPageDown128 | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Page Down</kbd> - move the selected page forward |
ControlShiftHome256 | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>Home</kbd> - move the selected page at the start |
ControlShiftEnd512 | <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>End</kbd> - move the current page at the end |
AltDigits1024 | <kbd>Alt</kbd>+<kbd>1</kbd>⋯<kbd>9</kbd> - switch to pages 1-9 |
AltZero2048 | <kbd>Alt</kbd>+<kbd>0</kbd> - switch to page 10 |
AllShortcuts4095 | All of the shortcuts |
Describes available shortcuts in an class@TabView.
Shortcuts can be set with property@TabView:shortcuts, or added/removed individually with adw.tab_view.TabView.addShortcuts and adw.tab_view.TabView.removeShortcuts.
New values may be added to this enumeration over time.