flit / MidiKeys

On-screen MIDI keyboard with hotkeys support
Apache License 2.0
115 stars 8 forks source link

Switch to using event tap #15

Open flit opened 3 years ago

flit commented 3 years ago

MidiKeys needs to change to using a CoreGraphics HID event tap instead of trying to register hot keys. (Event taps didn't exist when it was first written.) Under Big Sur, more of the key combinations won't work than in previous OS versions.