From 603d64864187ce5e2f3bed73ca6108b24ddde999 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 8 Aug 2020 20:08:04 -0400 Subject: Updated find & replace pane key bindings. In the GUI, Enter and Shift+Enter invoke Find Next and Find Prev, respectively. In the terminal, Up, Down, and Tab toggle between buttons more consistently; removed Shift-Tab binding. Also fixed entry drawing issue with Tab. --- doc/manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/manual.md') diff --git a/doc/manual.md b/doc/manual.md index 5cac49f8..3276c76d 100644 --- a/doc/manual.md +++ b/doc/manual.md @@ -739,10 +739,10 @@ only work after hiding the Find & Replace pane. For at least the English locale in the GUI version, use the button mnemonics: `Alt+N`, `Alt+P`, `Alt+R`, and `Alt+A` (`⌘N`, `⌘P`, `⌘R`, `⌘A` | N/A) after bringing up the pane. -In the terminal version, `Tab` and `S-Tab` toggles between the find next, find -previous, replace, and replace all buttons; `Up` and `Down` arrows switch -between the find and replace text fields; `^P` and `^N` cycles through history; -and `F1-F4` toggles find options. +In the terminal version, `Tab` toggles between the find next, find previous, +replace, and replace all buttons; `Up` and `Down` arrows switch between the find +and replace text fields; `^P` and `^N` cycles through history; and `F1-F4` +toggles find options. Pressing `Esc` (`Esc` | `Esc`) hides the pane after you finish with it. -- cgit v1.2.3