From d717e5d368306628cf0c9d4277dc7dcd9c96f860 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Nov 2019 11:57:45 +0530 Subject: [PATCH] Viewer: And Enter as shortcut for find next match --- src/pyj/read_book/shortcuts.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/shortcuts.pyj b/src/pyj/read_book/shortcuts.pyj index 1ba722209d..11569e8100 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -193,7 +193,7 @@ def shortcuts_definition(): ), 'next_match': desc( - v"['F3']", + v"['F3', 'Enter']", 'ui', _('Find next'), ),