mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-29 10:57:56 +01:00
...
This commit is contained in:
parent
3482bbe852
commit
141ac27cba
1 changed files with 2 additions and 0 deletions
|
|
@ -562,6 +562,8 @@ def on_keydown(self, ev):
|
|||
self.copy_to_clipboard()
|
||||
return
|
||||
sc_name = shortcut_for_key_event(ev, self.view.keyboard_shortcut_map)
|
||||
if not sc_name:
|
||||
return
|
||||
if sc_name is 'show_chrome':
|
||||
self.clear_selection()
|
||||
elif sc_name is 'copy_to_clipboard':
|
||||
|
|
|
|||
Loading…
Reference in a new issue