aboutsummaryrefslogtreecommitdiff
path: root/core/keys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'core/keys.lua')
-rw-r--r--core/keys.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 9bdc5e93..2ca83198 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -227,7 +227,7 @@ local function keypress(code, shift, control, alt, meta)
end
control = control and CTRL or ''
alt = alt and ALT or ''
- meta = meta and META or ''
+ meta = meta and OSX and META or ''
shift = shift and SHIFT or ''
local key_seq = control..alt..meta..shift..key
--print(key_seq)