mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
Add accelerators to search result navigation actions
This commit is contained in:
parent
14f91ccecf
commit
cd378c7302
1 changed files with 2 additions and 2 deletions
|
@ -207,10 +207,10 @@ class FindBarFeature (FeatureBase):
|
||||||
"<Ctrl>F")])
|
"<Ctrl>F")])
|
||||||
self.action_group.add_actions ([("goto-next-search-result",
|
self.action_group.add_actions ([("goto-next-search-result",
|
||||||
None, _("Goto Next Match"),
|
None, _("Goto Next Match"),
|
||||||
None), # FIXME
|
"<Ctrl>G"),
|
||||||
("goto-previous-search-result",
|
("goto-previous-search-result",
|
||||||
None, _("Goto Previous Match"),
|
None, _("Goto Previous Match"),
|
||||||
None)]) # FIXME
|
"<Ctrl><Shift>G")])
|
||||||
|
|
||||||
self.bar = None
|
self.bar = None
|
||||||
self.operation = None
|
self.operation = None
|
||||||
|
|
Loading…
Reference in a new issue