diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/ext/keys.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/keys.lua b/core/ext/keys.lua index 99c0d143..1c68fd6f 100644 --- a/core/ext/keys.lua +++ b/core/ext/keys.lua @@ -9,7 +9,7 @@ -- commands. -- CTRL: The string representing the Control key. -- SHIFT: The string representing the Shift key. --- ALT: The string representing the Alt 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. -- |