From c43af7ff3ab551ac7c63af4907501e0ce3a79f5d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 23 Oct 2020 12:01:31 +0530 Subject: [PATCH] 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) --- src/pyj/read_book/shortcuts.pyj | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index 32514179a5..34659e6601 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -292,12 +292,6 @@ def shortcuts_definition(): _('Reload book'), ), - 'search_for_selection': desc( - v"['Ctrl+s']", - 'ui', - _('Search for next occurrence of selected text'), - ), - 'extend_selection_by_word': desc( v"['Ctrl+Shift+ArrowRight']", 'ui',