I have a NSView subclass and I would like it to react when the user presses the ⇧ Shift key. However, -[NSView keyDown:] (which I curren
NSView
-[NSView keyDown:]
in the apple's documentation :
You have to override the keydown method
with the following NSEvent modifier flags