From 7596407f68acb8d63f91e15c591cf415351521ee Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 6 Jun 2010 18:33:15 -0400 Subject: Made 'KEYSYMS' table a field of core/ext/keys.lua for access. --- core/ext/keys.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/ext/keys.lua') diff --git a/core/ext/keys.lua b/core/ext/keys.lua index 72e9294c..e5066f17 100644 --- a/core/ext/keys.lua +++ b/core/ext/keys.lua @@ -47,10 +47,13 @@ local type = _G.type local unpack = _G.unpack local MAC = _G.MAC +--- -- Lookup table for key values higher than 255. -- If a key value given to 'keypress' is higher than 255, this table is used to -- return a string representation of the key if it exists. -local KEYSYMS = { -- from +-- @class table +-- @name KEYSYMS +KEYSYMS = { -- from [65056] = '\t', -- backtab; will be 'shift'ed [65288] = '\b', [65289] = '\t', -- cgit v1.2.3