Closed
Description
Bug report
Issue
A heads up that modifiers like:
Lines 2601 to 2607 in 813d842
are deprecated:
https://developer.apple.com/documentation/appkit/nseventmodifierflags?language=objc
and probably need to be replaced by the flags like NSEventModifierFlagCommand
etc.
I'd change, but I'm not sure how this will affect older OS X installs etc...