From b5f2447ac8cf59bfba1118dcc9a24b9ae7c6b904 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 11 Mar 2015 11:53:51 -0400 Subject: Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`. This is to avoid 3rd party language module breakage in 7.x. Will be removed in 8.0. --- core/keys.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/keys.lua') 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. -- cgit v1.2.3