aboutsummaryrefslogtreecommitdiff
path: root/core/ext/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-30 21:02:26 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-30 21:02:26 -0500
commit72c849d68104e81941fd66a765af3876db3f4be7 (patch)
treebb50f73e817b878168fdbab291bd8ad9594a8976 /core/ext/keys.lua
parent020ad62aa38e87f2fe8bb5faab496e3e1ca99733 (diff)
downloadtextadept-72c849d68104e81941fd66a765af3876db3f4be7.tar.gz
textadept-72c849d68104e81941fd66a765af3876db3f4be7.zip
Updated core/ext/keys.lua LuaDoc for the ALT key on Mac OSX.
Diffstat (limited to 'core/ext/keys.lua')
-rw-r--r--core/ext/keys.lua2
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.
--