aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2020-08-08 20:08:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2020-08-08 20:08:04 -0400
commit603d64864187ce5e2f3bed73ca6108b24ddde999 (patch)
tree0e1441c2f940d2e5da35ee08d04edeeb113ecdaa /doc/manual.md
parent589db5e69472a5fd731577ef426b26aa3a9f025b (diff)
downloadtextadept-603d64864187ce5e2f3bed73ca6108b24ddde999.tar.gz
textadept-603d64864187ce5e2f3bed73ca6108b24ddde999.zip
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.
Diffstat (limited to 'doc/manual.md')
-rw-r--r--doc/manual.md8
1 files changed, 4 insertions, 4 deletions
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.