mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 01:03:26 +02:00
Viewer: And Enter as shortcut for find next match
This commit is contained in:
parent
808856eabe
commit
d717e5d368
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ def shortcuts_definition():
|
|||
),
|
||||
|
||||
'next_match': desc(
|
||||
v"['F3']",
|
||||
v"['F3', 'Enter']",
|
||||
'ui',
|
||||
_('Find next'),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue