From 2f1bea53cc0a38970c2cea52ff44569d20cde937 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 9 Mar 2015 23:32:40 -0400 Subject: 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. --- core/._M.luadoc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'core/._M.luadoc') 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 -- cgit v1.2.3