This commit is contained in:
Kovid Goyal 2021-04-01 07:53:15 +05:30
parent 5f8239fa78
commit 7b21abcfe9
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -607,6 +607,8 @@ class SelectionBar:
self.clear_selection()
elif sc_name is 'copy_to_clipboard':
self.copy_to_clipboard()
elif sc_name is 'toggle_lookup':
self.lookup()
elif sc_name in ('up', 'down', 'pageup', 'pagedown', 'left', 'right'):
self.send_message('trigger-shortcut', name=sc_name)
elif sc_name is 'start_search':