aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua37
1 files changed, 23 insertions, 14 deletions
diff --git a/core/keys.lua b/core/keys.lua
index e16d55ac..28beb536 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -53,20 +53,29 @@ module('keys')]]
--
-- ## Settings
--
--- + `CTRL` [string]: The string representing the Control key. The default is
--- 'c'.
--- + `ALT` [string]: The string representing the Alt/option key. The default is
--- 'a'
--- + `META` [string]: The string representing the Command key on Mac OSX. The
--- default is 'm'.
--- + `SHIFT` [string]: The string representing the Shift key. The default is
--- 's'.
--- + `ADD` [string]: The string representing used to join together a sequence of
--- Control, Alt, Meta, or Shift modifier keys. The default is ''.
--- * `CLEAR` [string]: The string representing the key sequence that clears the
--- current keychain. The default is 'esc' (Escape).
--- * `LANGUAGE_MODULE_PREFIX` [string]: The starting key command of the keychain
--- reserved for language-specific modules. Defaults to Ctrl/Cmd+L.
+-- + `CTRL` [string]
+-- The string representing the Control key.
+-- The default value is 'c'.
+-- + `ALT` [string]
+-- The string representing the Alt/option key.
+-- The default value is 'a'
+-- + `META` [string]
+-- The string representing the Command key on Mac OSX.
+-- The default value is 'm'.
+-- + `SHIFT` [string]
+-- The string representing the Shift key.
+-- The default value is 's'.
+-- + `ADD` [string]
+-- The string representing used to join together a sequence of Control, Alt,
+-- Meta, or Shift modifier keys.
+-- The default value is ''.
+-- * `CLEAR` [string]
+-- The string representing the key sequence that clears the current keychain.
+-- The default value is 'esc' (Escape).
+-- * `LANGUAGE_MODULE_PREFIX` [string]
+-- The starting key command of the keychain reserved for language-specific
+-- modules.
+-- The default value is Ctrl/Cmd+L.
--
-- ## Key Command Precedence
--