aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2017-06-30 18:04:54 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2017-06-30 18:04:54 -0400
commit90b22d6e47e9c8cc8ead4a7a1bee6c34448afdea (patch)
treec48d2b990239456acd7f477d0ecfb9023b6cfdc6 /modules/textadept/keys.lua
parentd68f5e4b4667d24ec1f3cf85209fd750f2575572 (diff)
downloadtextadept-90b22d6e47e9c8cc8ead4a7a1bee6c34448afdea.tar.gz
textadept-90b22d6e47e9c8cc8ead4a7a1bee6c34448afdea.zip
Small LuaDoc update.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 3992dba6..e5f0d8f5 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -116,6 +116,9 @@ local M = {}
-- None |None |None |ASCII encoding
-- None |None |None |ISO-8859-1 encoding
-- None |None |None |UTF-16 encoding
+-- Ctrl+Alt+Enter |^↩ |None |Toggle view EOL
+-- Ctrl+Alt+\\ |^\\ |None |Toggle wrap mode
+-- Ctrl+Alt+Shift+S|^⇧S |None |Toggle view whitespace
-- Ctrl+Shift+L |⌘⇧L |M-S-L |Select lexer...
-- F5 |F5 |^L<br/>F5 |Refresh syntax highlighting
-- **View** | | |
@@ -128,10 +131,7 @@ local M = {}
-- Ctrl+Alt++<br/>Ctrl+Alt+=|^+<br/>^=|M-^V +<br/>M-^V =|Grow view
-- Ctrl+Alt+- |^- |M-^V - |Shrink view
-- Ctrl+* |⌘* |M-* |Toggle current fold
--- Ctrl+Alt+Enter |^↩ |None |Toggle view EOL
--- Ctrl+Alt+\\ |^\\ |None |Toggle wrap mode
-- Ctrl+Alt+Shift+I |^⇧I |N/A |Toggle indent guides
--- Ctrl+Alt+Shift+S |^⇧S |None |Toggle view whitespace
-- Ctrl+Alt+Shift+V |^⇧V |None |Toggle virtual space
-- Ctrl+= |⌘= |N/A |Zoom in
-- Ctrl+- |⌘- |N/A |Zoom out
@@ -236,7 +236,7 @@ module('textadept.keys')]]
--
-- Unassigned keys (~ denotes keys reserved by the operating system):
-- m: C ~ I JkK ~M p ~ tT V yY _ ) ] } + ~~\n
--- c: cC D gG H J K L oO qQ xXyYzZ_ ) ] } * /
+-- c: cC D gG H J K L oO qQ xXyYzZ_ ) ] } * /
-- cm: aAbBcC~D F ~HiIjJkKlL~MnN p q~rRsStTuUvVwWxXyYzZ_"'()[]{}<>*+-/=\t\n
--
-- CTRL = 'c' (Control ^)