also add shift+enter to search backwards

This commit is contained in:
Kovid Goyal 2023-09-07 09:32:29 +05:30
parent 245bae1a2d
commit 0f7df0194a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -231,7 +231,7 @@ def common_shortcuts(): # {{{
), ),
'previous_match': desc( 'previous_match': desc(
v"['Shift+F3']", v"['Shift+F3', 'Shift+Enter']",
'ui', 'ui',
_('Find previous'), _('Find previous'),
), ),