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")])
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