See adw.types.TabViewShortcuts for the list of the available shortcuts. All of the shortcuts are enabled by default.
adw.tab_view.TabView.addShortcuts and adw.tab_view.TabView.removeShortcuts provide a convenient way to manage individual shortcuts.
adw.types.TabViewShortcuts shortcuts() @propertyGet shortcuts property.
See adw.types.TabViewShortcuts for the list of the available shortcuts. All of the shortcuts are enabled by default.
adw.tab_view.TabView.addShortcuts and adw.tab_view.TabView.removeShortcuts provide a convenient way to manage individual shortcuts.
void shortcuts(adw.types.TabViewShortcuts propval) @propertySet shortcuts property.
propval | The enabled shortcuts. See adw.types.TabViewShortcuts for the list of the available shortcuts. All of the shortcuts are enabled by default. adw.tab_view.TabView.addShortcuts and adw.tab_view.TabView.removeShortcuts provide a convenient way to manage individual shortcuts. |