dail8859/NotepadNext
View on GitHubFind next in reverse with the shift key instead of having to check the "Backward direction" manuelly.
Open
#1,082 opened on Jun 28, 2026
good first issue
Repository metrics
- Stars
- (6,672 stars)
- PR merge metrics
- (Avg merge 8d 12h) (5 merged PRs in 30d)
Description
Description
I've noticed the "find" dialogue lacks keyboard shortcut to find backwards. The only way to do that is to manually check the box "Backward direction" in order to do so.
Describe the solution you'd like
I would like this situation: while the focus is on the text field of the find dialogue, pressing SHIFT+ENTER results in searching the previous matching string from where the caret is at on the main window. This is even a standard feature on browser. CTRL+F, type a word, press ENTER will go to the next matching string, and SHIFT+ENTER will jump to previous string.
Describe alternatives you've considered
No response