Changes:
Additions:
KeyCommand.isReservedBySystem(key:modifiers:)is now public. You can use it to determine if a key-modifier combination is available for use as a key command before actually creating the command.
Breaking:
- typealias
KeyCommand.Observation.EventTypehas been removed. UseKeyCommand.EventTypeinstead.
Full Changelog: 0.1.9...0.2.0