aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/._M.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 23:32:40 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-09 23:32:40 -0400
commit2f1bea53cc0a38970c2cea52ff44569d20cde937 (patch)
tree576ca349e6b8029f3daea4277ec687c01080e269 /core/._M.luadoc
parentfed81b8b39cdb58c23168cfd8f1f33a28031b712 (diff)
Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.
Made a note in module documentation that there has been a traditional keychain reserved for use by language modules.
Diffstat (limited to 'core/._M.luadoc')
-rw-r--r--core/._M.luadoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/._M.luadoc b/core/._M.luadoc
index 97aa3aa9..22006703 100644
--- a/core/._M.luadoc
+++ b/core/._M.luadoc
@@ -122,6 +122,16 @@
-- ['s\n'] = M.try_to_autocomplete_end | end
-- } | }
--
+-- When defining key bindings for other commands, you may make use of a `Ctrl+L`
+-- (`⌘L` on Mac OSX | `M-L` in curses) keychain. Traditionally this prefix has
+-- been reserved for use by language modules (although neither Textadept nor its
+-- modules utilize it at the moment). Users may define this keychain for new or
+-- existing modules and it will not conflict with any default key bindings.
+--
+-- keys.lua[not OSX and not CURSES and 'cl' or 'ml'] = {
+-- ...
+-- }
+--
-- #### Context Menu
--
-- It may be useful to add language-specific menu options to the right-click