Viewer: And Enter as shortcut for find next match

This commit is contained in:
Kovid Goyal 2019-11-28 11:57:45 +05:30
parent 808856eabe
commit d717e5d368
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -193,7 +193,7 @@ def shortcuts_definition():
),
'next_match': desc(
v"['F3']",
v"['F3', 'Enter']",
'ui',
_('Find next'),
),