diff options
author | 2020-08-08 20:08:04 -0400 | |
---|---|---|
committer | 2020-08-08 20:08:04 -0400 | |
commit | 603d64864187ce5e2f3bed73ca6108b24ddde999 (patch) | |
tree | 0e1441c2f940d2e5da35ee08d04edeeb113ecdaa /doc/manual.md | |
parent | 589db5e69472a5fd731577ef426b26aa3a9f025b (diff) | |
download | textadept-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.md | 8 |
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. |