aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-06-15 23:07:00 +1000
committernyamatongwe <devnull@localhost>2011-06-15 23:07:00 +1000
commit42b2771fab341485972a3084bba49d1f91137d34 (patch)
tree31d8dfd3e22f066b94bcbe741ad6f05a5ac9711e /include/Scintilla.iface
parent3effc9e6e4668dc6100d70e76a03a63d5248f7f0 (diff)
downloadscintilla-mirror-42b2771fab341485972a3084bba49d1f91137d34.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.iface')
-rw-r--r--include/Scintilla.iface1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index f21ee3e42..cf6623280 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -2293,6 +2293,7 @@ val SCMOD_SHIFT=1
val SCMOD_CTRL=2
val SCMOD_ALT=4
val SCMOD_SUPER=8
+val SCMOD_META=16
################################################
# For SciLexer.h