debug-viewer: Add a shortcut to show/hide timeline
This commit is contained in:
parent
cb4342b8f2
commit
771f27b44b
@ -1048,7 +1048,8 @@ class TimelineFeature (FeatureBase):
|
||||
|
||||
self.action_group = Gtk.ActionGroup("TimelineActions")
|
||||
self.action_group.add_toggle_actions([("show-timeline",
|
||||
None, _("_Timeline"),)])
|
||||
None, _("_Timeline"),
|
||||
"<Ctrl>t")])
|
||||
|
||||
self.state = app.state.sections[TimelineState._name]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user