From 95d45ff5bcefa4ceabd04e1c20135976114008b7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 12 Jul 2011 10:20:30 +1000 Subject: Report control key as SCMOD_META with GTK+ on OS X. Mostly from Mitchell Foral. --- cocoa/ScintillaCocoa.mm | 1 - 1 file changed, 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm index 2c827e3c7..b7ae09f64 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -34,7 +34,6 @@ NSString* ScintillaRecPboardType = @"com.scintilla.utf16-plain-text.rectangular" // Define keyboard shortcuts (equivalents) the Mac way. #define SCI_CMD ( SCI_CTRL) #define SCI_SCMD ( SCI_CMD | SCI_SHIFT) -#define SCI_META ( SCMOD_META ) #define SCI_SMETA ( SCI_META | SCI_SHIFT) static const KeyToCommand macMapDefault[] = -- cgit v1.2.3