aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-06-15 23:07:00 +1000
committernyamatongwe <unknown>2011-06-15 23:07:00 +1000
commite11e72222237c9b95cd2242aec88421a3dee3452 (patch)
tree9587892f3fe3881aba224c4b840430a2e222ca5c /include/Scintilla.h
parent3239f7cbe4d9f86b5eb2429a9819d0ce002659d9 (diff)
downloadscintilla-mirror-e11e72222237c9b95cd2242aec88421a3dee3452.tar.gz
Added SCMOD_META key modifier for the Control key on OS X.
New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index 6c0c7342d..e9620600c 100644
--- a/include/Scintilla.h
+++ b/include/Scintilla.h
@@ -886,6 +886,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam,
#define SCMOD_CTRL 2
#define SCMOD_ALT 4
#define SCMOD_SUPER 8
+#define SCMOD_META 16
#define SCN_STYLENEEDED 2000
#define SCN_CHARADDED 2001
#define SCN_SAVEPOINTREACHED 2002