remove search for selection shortcut

no longer applicable with selection bar. Fixes #1900939 [E-book viewer: the "Search for next occurrence of selected text" feature doesn't seem to work](https://bugs.launchpad.net/calibre/+bug/1900939)
This commit is contained in:
Kovid Goyal 2020-10-23 12:01:31 +05:30
parent 141ac27cba
commit c43af7ff3a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -292,12 +292,6 @@ def shortcuts_definition():
_('Reload book'), _('Reload book'),
), ),
'search_for_selection': desc(
v"['Ctrl+s']",
'ui',
_('Search for next occurrence of selected text'),
),
'extend_selection_by_word': desc( 'extend_selection_by_word': desc(
v"['Ctrl+Shift+ArrowRight']", v"['Ctrl+Shift+ArrowRight']",
'ui', 'ui',