aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands_std.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-21 18:33:29 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-21 18:33:29 -0500
commit33106e9428174330cb94a47f4826cd5c22e97144 (patch)
tree4574e9cdafd2bb9f783580ba26d268be78b0e012 /core/ext/key_commands_std.lua
parente01136849a2dd6cf2c40b50d0d7ca565c24e8ed9 (diff)
downloadtextadept-33106e9428174330cb94a47f4826cd5c22e97144.tar.gz
textadept-33106e9428174330cb94a47f4826cd5c22e97144.zip
Finally added ability to quit Textadept from Lua.
Diffstat (limited to 'core/ext/key_commands_std.lua')
-rw-r--r--core/ext/key_commands_std.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ext/key_commands_std.lua b/core/ext/key_commands_std.lua
index cd93877a..e924609a 100644
--- a/core/ext/key_commands_std.lua
+++ b/core/ext/key_commands_std.lua
@@ -8,7 +8,7 @@ module('textadept.key_commands_std', package.seeall)
--[[
C: B D H J K L R U
- A: A B C D E F G H J K L M N P Q R S T U V W X Y Z
+ A: A B C D E F G H J K L M N P R S T U V W X Y Z
CS: A B C D F G H J K L M N O Q R T U V X Y Z
SA: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
CA: A B C D E F G H J K L M N O Q R S T U V W X Y Z
@@ -39,7 +39,7 @@ keys.cw = { 'close', b }
keys.csw = { t.io.close_all }
-- TODO: { t.io.load_session } after prompting with open dialog
-- TODO: { t.io.save_session } after prompting with save dialog
--- TODO: quit
+keys.aq = { t.quit }
-- Edit
local m_editing = _m.textadept.editing