From d51cbf71f7c2982b4e8ef9b3066bbf22c42f3b81 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 14 Jan 2009 09:21:50 -0500 Subject: Added key commands, menu items, and locale strings for running/compiling files. --- core/ext/key_commands.lua | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'core/ext/key_commands.lua') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 25c7c239..21c6ec02 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -8,9 +8,9 @@ local textadept = _G.textadept module('textadept.key_commands', package.seeall) --[[ - C: G + C: A: A C G J K L O W X Z - CS: C D G J L Q R S T U W + CS: C D J L Q R S T U W SA: A C D E G H I J K L M O Q R S T W X Z CA: A C G H J K L O Q S T V W X Y Z CSA: C D G H J K L O Q R S T U W X Z @@ -185,6 +185,11 @@ local m_macro = _m.textadept.macros keys.cam = { m_macro.toggle_record } keys.csam = { m_macro.play } +-- Run command. +local m_run = _m.textadept.run +keys.cg = { m_run.go } +keys.csg = { m_run.compile } + -- Project manager commands. local function pm_activate(text) t.pm.entry_text = text -- cgit v1.2.3