mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change default shortcut for toggling shortcut bar
This commit is contained in:
parent
309a70d0fb
commit
6c8941f1f1
@ -320,7 +320,7 @@ class GridViewButton(LayoutButton): # {{{
|
||||
class SearchBarButton(LayoutButton): # {{{
|
||||
|
||||
def __init__(self, gui):
|
||||
sc = 'Shift+Alt+/'
|
||||
sc = 'Shift+Alt+F'
|
||||
LayoutButton.__init__(self, I('search.png'), _('Search bar'), parent=gui, shortcut=sc)
|
||||
self.set_state_to_show()
|
||||
self.action_toggle = QAction(self.icon(), _('Toggle') + ' ' + self.label, self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user