I would like to be able to bind some functionality to mouse clicks with modifiers (e.g. Ctrl+Alt+Click). Would it be possible to add modifiers to the Events received for mouse click events?
I believe that you can get the modifiers from NSEvent's modifierFlags in
|
handler:^(NSEvent *event) { |
I would like to be able to bind some functionality to mouse clicks with modifiers (e.g. Ctrl+Alt+Click). Would it be possible to add modifiers to the
Events received for mouse click events?I believe that you can get the modifiers from
NSEvent'smodifierFlagsinphoenix/Phoenix/PHGlobalEventMonitor.m
Line 93 in 4cb7bac