diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/keys.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/keys.lua b/core/keys.lua index 5dfa50ae..e55f71d0 100644 --- a/core/keys.lua +++ b/core/keys.lua @@ -113,6 +113,7 @@ 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. |