diff options
-rw-r--r-- | core/keys.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua index e1d2b70f..2f09d70f 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -113,7 +113,6 @@ module('keys')]] local CTRL, ALT, META, SHIFT = 'c', not CURSES and 'a' or 'm', 'm', 's' M.CLEAR = 'esc' -M.LANGUAGE_MODULE_PREFIX = (not OSX and not CURSES and CTRL or META)..'l' --- -- Lookup table for string representations of key codes higher than 255. |