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. --- modules/textadept/keys.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 |↖
⌘⇠
^A|^A |Home -- End |↘
⌘⇢
^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 -- cgit v1.2.3