Add accelerators to search result navigation actions
authorRené Stadler <mail@renestadler.de>
Tue, 11 Dec 2007 09:28:17 +0000 (11:28 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:43 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/Plugins/FindBar.py

index 960bbfd..0505427 100644 (file)
@@ -207,10 +207,10 @@ class FindBarFeature (FeatureBase):
                                                 "<Ctrl>F")])
         self.action_group.add_actions ([("goto-next-search-result",
                                          None, _("Goto Next Match"),
-                                         None), # FIXME
+                                         "<Ctrl>G"),
                                         ("goto-previous-search-result",
                                          None, _("Goto Previous Match"),
-                                         None)]) # FIXME
+                                         "<Ctrl><Shift>G")])
 
         self.bar = None
         self.operation = None