mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-13 19:05:37 +00:00
debug-viewer: Add a shortcut to show/hide timeline
This commit is contained in:
parent
cb4342b8f2
commit
771f27b44b
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue