#import #import @interface NSEvent (ModifierKeys) + (BOOL) isControlKeyDown; + (BOOL) isOptionKeyDown; + (BOOL) isCommandKeyDown; + (BOOL) isShiftKeyDown; @end