diff options
author | 2020-08-08 20:08:04 -0400 | |
---|---|---|
committer | 2020-08-08 20:08:04 -0400 | |
commit | 603d64864187ce5e2f3bed73ca6108b24ddde999 (patch) | |
tree | 0e1441c2f940d2e5da35ee08d04edeeb113ecdaa /modules/textadept/keys.lua | |
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 'modules/textadept/keys.lua')
-rw-r--r-- | modules/textadept/keys.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index 57eac3b6..c02bed9a 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -199,8 +199,7 @@ local M = {} -- Home |↖<br/>⌘⇠<br/>^A|^A |Home -- End |↘<br/>⌘⇢<br/>^E|^E |End -- N/A |N/A |^T |Transpose characters --- N/A |N/A |Tab |Focus find buttons --- N/A |N/A |S-Tab |Focus replace buttons +-- N/A |N/A |Tab |Toggle find/replace buttons -- Tab |⇥ |Down |Focus replace field -- Shift+Tab |⇧⇥ |Up |Focus find field -- Up |⇡ |^P |Cycle back through history |