diff options
author | 2011-06-23 17:33:40 -0400 | |
---|---|---|
committer | 2011-06-23 17:33:40 -0400 | |
commit | c8e1267fb5b5f9215eade1d6a45dd5228b28548b (patch) | |
tree | f7df42426ca5631ac6f67e4156d0800c0ff0befb /core/keys.lua | |
parent | f4bc26099570801aef5a3f8d589ae0c8688bd448 (diff) | |
download | textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.tar.gz textadept-c8e1267fb5b5f9215eade1d6a45dd5228b28548b.zip |
Updated Luadoc and added extra fields to other modules.
Diffstat (limited to 'core/keys.lua')
-rw-r--r-- | core/keys.lua | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/core/keys.lua b/core/keys.lua index bc26527c..e3170793 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -51,11 +51,12 @@ module('keys', package.seeall) -- -- ## Settings -- --- * `CTRL`: The string representing the Control key. --- * `SHIFT`: The string representing the Shift key. --- * `ALT`: The string representing the Alt key (the Apple key on Mac OSX). --- * `ADD`: The string representing used to join together a sequence of Control, --- Shift, or Alt modifier keys. +-- * `CTRL` [string]: The string representing the Control key. +-- * `SHIFT` [string]: The string representing the Shift key. +-- * `ALT` [string]: The string representing the Alt key (the Apple key on Mac +-- OSX). +-- * `ADD` [string]: The string representing used to join together a sequence of +-- Control, Shift, or Alt modifier keys. -- -- ## Key Command Precedence -- |