From e11e72222237c9b95cd2242aec88421a3dee3452 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 15 Jun 2011 23:07:00 +1000 Subject: Added SCMOD_META key modifier for the Control key on OS X. New version of KeyDown, KeyDownWithModifiers uses a mask of modifiers. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index eccdb717f..74f0eff86 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -465,6 +465,7 @@ protected: // ScintillaBase subclass needs access to much of Editor int StartEndDisplayLine(int pos, bool start); virtual int KeyCommand(unsigned int iMessage); virtual int KeyDefault(int /* key */, int /*modifiers*/); + int KeyDownWithModifiers(int key, int modifiers, bool *consumed); int KeyDown(int key, bool shift, bool ctrl, bool alt, bool *consumed=0); int GetWhitespaceVisible(); -- cgit v1.2.3