From 75a66036a42d117decbd29eb78bd55283b6972e1 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 12 Mar 2015 14:08:50 -0400 Subject: Removed `keys.LANGUAGE_MODULE_PREFIX` key binding. --- core/keys.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core') 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. -- cgit v1.2.3