From 0f7df0194a483be00475ae67b8d3954923461103 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Sep 2023 09:32:29 +0530 Subject: [PATCH] also add shift+enter to search backwards --- 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 1ed91960d4..24fcf1ce34 100644 --- a/src/pyj/read_book/shortcuts.pyj +++ b/src/pyj/read_book/shortcuts.pyj @@ -231,7 +231,7 @@ def common_shortcuts(): # {{{ ), 'previous_match': desc( - v"['Shift+F3']", + v"['Shift+F3', 'Shift+Enter']", 'ui', _('Find previous'), ),