diff options
author | 2013-04-21 11:41:59 -0400 | |
---|---|---|
committer | 2013-04-21 11:41:59 -0400 | |
commit | 9aea1fe882e71b77f99a1e8049abfb5ffa327f5a (patch) | |
tree | dc5ab204b8f4e622acc58c7a6f68ca209288632c /core | |
parent | 070fb0a05f861160d53f90105b2816331da83195 (diff) | |
download | textadept-9aea1fe882e71b77f99a1e8049abfb5ffa327f5a.tar.gz textadept-9aea1fe882e71b77f99a1e8049abfb5ffa327f5a.zip |
Updates to compile with latest GTK-OSX.
This fixes Fn key recognition.
Diffstat (limited to 'core')
-rw-r--r-- | core/keys.lua | 2 |
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. |