mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Viewer: Pressing Ctrl+F in fullscreen mode should show the controls. Fixes #1664076 [[Enhancement request] Keyboard shortcut for Find fully functional when controls are hidden](https://bugs.launchpad.net/calibre/+bug/1664076)
This commit is contained in:
parent
c80ff1d42a
commit
b92e3196ad
@ -1113,6 +1113,8 @@ class EbookViewer(MainWindow):
|
||||
action.trigger()
|
||||
return
|
||||
if key == 'Focus Search':
|
||||
if not self.tool_bar.isVisible():
|
||||
self.toggle_toolbars()
|
||||
self.search.setFocus(Qt.OtherFocusReason)
|
||||
return
|
||||
if not self.view.handle_key_press(event):
|
||||
|
Loading…
x
Reference in New Issue
Block a user