From a592b83eb7d753c4334afd89d04f378ac41dcdd8 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 15 Jul 2012 22:53:05 -0400 Subject: Changed ncurses command entry key command from M-C to M-E. --- modules/textadept/keys.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'modules/textadept/keys.lua') diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua index e3d7eaed..4cc75d8e 100644 --- a/modules/textadept/keys.lua +++ b/modules/textadept/keys.lua @@ -158,7 +158,7 @@ local utils = M.utils -- Unassigned keys (~ denotes keys reserved by the operating system): -- c: g~~ ~ ^] -- cm: bcd g~~ k ~ pq t v xyz --- m: e J qQ sS u vVw xXyYzZ* +-- m: c J qQ sS u vVw xXyYzZ* -- Note: m[befhstv] may be used by GUI terminals. -- -- CTRL = 'c' (Control ^) @@ -268,8 +268,7 @@ end keys[not OSX and 'cj' or 'mj'] = m_editing.goto_line -- Tools. -keys[not OSX and (not NCURSES and 'ce' or 'mc') - or 'me'] = gui.command_entry.focus +keys[not OSX and not NCURSES and 'ce' or 'me'] = gui.command_entry.focus keys[not OSX and (not NCURSES and 'cE' or 'mC') or 'mE'] = utils.select_command keys[not OSX and 'cr' or 'mr'] = m_textadept.run.run -- cgit v1.2.3