aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-06-21 13:37:36 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2012-06-21 13:37:36 -0400
commitf9cb3d98dc4b1246da7b71b2f5892667c0d64699 (patch)
tree1e1ea28e2fa16ae39df2c03ae282d857686cca5b /modules/textadept/keys.lua
parent081c50df06c1b24dbfdd7854cb16c87e0e681239 (diff)
downloadtextadept-f9cb3d98dc4b1246da7b71b2f5892667c0d64699.tar.gz
textadept-f9cb3d98dc4b1246da7b71b2f5892667c0d64699.zip
Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index a16995e7..df39cd7a 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -110,8 +110,8 @@ local utils = M.utils
Windows and Linux menu key commands.
Unassigned keys (~ denotes keys reserved by the operating system):
- c: A B C H p qQ ~ V X Y ) ] } * \n
- a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpP QrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s
+ c: A B C H p Q ~ V X Y ) ] } * \n
+ a: aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ_ ) ] } *+-/=~~\n\s
ca: aAbBcCdDeE F jJkKlLmM N PqQ t xXy zZ_"'()[]{}<>* / ~~ \s
CTRL = 'c' (Control ^)
@@ -149,7 +149,7 @@ keys[not OSX and 'cw' or 'mw'] = buffer.close
keys[not OSX and 'cW' or 'mW'] = io.close_all
-- TODO: m_textadept.sessions.prompt_load
-- TODO: m_textadept.sessions.prompt_save
-keys[not OSX and 'aq' or 'mq'] = quit
+keys[not OSX and 'cq' or 'mq'] = quit
-- Edit.
keys[not OSX and 'cz' or 'mz'] = buffer.undo