From 09235063d74f8a7616f3c23d6141fa58a7188fc6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 17 Sep 2012 15:19:16 -0400 Subject: Added ncurses CDK field key bindings to list; modules/textadept/keys.lua --- modules/textadept/keys.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'modules') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index c5d632ec..c7a2aa0c 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -186,6 +186,19 @@ local M = {} -- None |^L |None |Center line vertically -- **Other** | | | -- Ctrl+Shift+U, xxxx, Enter|None|None|Input Unicode character U-xxxx. +-- **ncurses CDK Fields**| | | +-- N/A |N/A|^B
Left |Cursor left +-- N/A |N/A|^F
Right|Cursor right +-- N/A |N/A|Del |Delete forward +-- N/A |N/A|^H
Bksp |Delete back +-- N/A |N/A|^V |Paste +-- N/A |N/A|^X |Cut all +-- N/A |N/A|^Y |Copy all +-- N/A |N/A|^U |Erase all +-- N/A |N/A|^A |Home +-- N/A |N/A|^E |End +-- N/A |N/A|^T |Transpose characters +-- N/A |N/A|^L |Refresh module('_M.textadept.keys')]] -- Utility functions. -- cgit v1.2.3