Skip to content

Include modifiers in mouse click events #216

@DanielGibbsNZ

Description

@DanielGibbsNZ

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) {

Metadata

Metadata

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions