mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 10:48:11 +01:00
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:
parent
141ac27cba
commit
c43af7ff3a
1 changed files with 0 additions and 6 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue