mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3482bbe852
commit
141ac27cba
@ -562,6 +562,8 @@ class SelectionBar:
|
||||
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…
x
Reference in New Issue
Block a user