Add accelerators to search result navigation actions

This commit is contained in:
René Stadler 2007-12-11 11:28:17 +02:00 committed by Stefan Sauer
parent 14f91ccecf
commit cd378c7302

View file

@ -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