This commit is contained in:
Kovid Goyal 2020-10-23 12:00:06 +05:30
parent 3482bbe852
commit 141ac27cba
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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':