From c8e1267fb5b5f9215eade1d6a45dd5228b28548b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 23 Jun 2011 17:33:40 -0400 Subject: Updated Luadoc and added extra fields to other modules. --- core/keys.lua | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'core/keys.lua') 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 -- -- cgit v1.2.3