aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/keys.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/keys.lua b/core/keys.lua
index 794c3001..080ce400 100644
--- a/core/keys.lua
+++ b/core/keys.lua
@@ -182,8 +182,6 @@ M.KEYSYMS = {
[0xFFBE] = 'f1', [0xFFBF] = 'f2', [0xFFC0] = 'f3', [0xFFC1] = 'f4',
[0xFFC2] = 'f5', [0xFFC3] = 'f6', [0xFFC4] = 'f7', [0xFFC5] = 'f8',
[0xFFC6] = 'f9', [0xFFC7] = 'f10', [0xFFC8] = 'f11', [0xFFC9] = 'f12',
- -- Mac OSX.
- [16777232] = 'fn', -- GTKOSX does not recognize Fn-key combinations, just this
}
-- The current key sequence.