aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-12 14:08:50 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2015-03-12 14:08:50 -0400
commit75a66036a42d117decbd29eb78bd55283b6972e1 (patch)
tree5e5e28631f85e34b12be7350bbfe24e592194209 /core/keys.lua
parentcffe99fd90f84759d065f7786eb537281e2d1359 (diff)
Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua1
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.