Change default shortcut for toggling shortcut bar

This commit is contained in:
Kovid Goyal 2017-06-10 08:29:05 +05:30
parent 309a70d0fb
commit 6c8941f1f1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -320,7 +320,7 @@ class GridViewButton(LayoutButton): # {{{
class SearchBarButton(LayoutButton): # {{{ class SearchBarButton(LayoutButton): # {{{
def __init__(self, gui): def __init__(self, gui):
sc = 'Shift+Alt+/' sc = 'Shift+Alt+F'
LayoutButton.__init__(self, I('search.png'), _('Search bar'), parent=gui, shortcut=sc) LayoutButton.__init__(self, I('search.png'), _('Search bar'), parent=gui, shortcut=sc)
self.set_state_to_show() self.set_state_to_show()
self.action_toggle = QAction(self.icon(), _('Toggle') + ' ' + self.label, self) self.action_toggle = QAction(self.icon(), _('Toggle') + ' ' + self.label, self)