From c44a5b9e336368b25c0cf2d42d2a6bb03cf1e842 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 26 Jan 2010 21:40:56 -0500 Subject: Fixed Windows key command for word autocomplete; core/ext/key_commands.lua --- core/ext/key_commands.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 9d8b0c1b..05a95805 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -150,6 +150,7 @@ if not MAC then keys.ce = { m_editing.match_brace } keys.cse = { m_editing.match_brace, 'select' } keys['c\n'] = { m_editing.autocomplete_word, '%w_' } + keys['c\n\r'] = { m_editing.autocomplete_word, '%w_' } -- win32 keys.cq = { m_editing.block_comment } -- TODO: { m_editing.current_word, 'delete' } -- TODO: { m_editing.transpose_chars } -- cgit v1.2.3