mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user