aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-03-24 19:31:01 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-03-24 19:31:01 -0400
commit6304010d93b3cfe43e246dbb49c60d147a366b1b (patch)
tree209e2237264d4d6b6ad3d3b7e6e53a169ec0579b /modules
parent67fb1d7ee8d17084b9768ffabb865bda33824d28 (diff)
Apparently newer versions of OSX use "Esc"; modules/textadept/keys.lua
Corrected documentation.
Diffstat (limited to 'modules')
-rw-r--r--modules/textadept/keys.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index dcf4ea87..a801540c 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -36,7 +36,7 @@ local M = {}
-- Alt+Del |^⌦ |M-Del<br/>M-D|Delete word
-- Ctrl+A |⌘A |M-A |Select all
-- Ctrl+M |^M |M-M |Match brace
--- Ctrl+Enter |^⎋ |M-Enter^(†) |Complete word
+-- Ctrl+Enter |^Esc |M-Enter^(†) |Complete word
-- Ctrl+Alt+Shift+H |⌘⇧H |None |Highlight word
-- Ctrl+/ |^/ |M-/ |Toggle block comment
-- Ctrl+T |^T |^T |Transpose characters
@@ -83,7 +83,7 @@ local M = {}
-- Ctrl+Shift+R |⌘⇧R |M-^R |Compile
-- Ctrl+Alt+E |^⌘E |M-X |Next Error
-- Ctrl+Alt+Shift+E|^⌘⇧E |M-S-X |Previous Error
--- Ctrl+Space |⌥⎋ |^Space |Complete symbol
+-- Ctrl+Space |⌥Esc |^Space |Complete symbol
-- Ctrl+H |^H |M-H<br/>M-S-H|Show documentation
-- Tab |⇥ |Tab |Expand snippet or next placeholder
-- Ctrl+K |⌥⇥ |M-K |Insert snippet...