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.EventType
has been removed. UseKeyCommand.EventType
instead.
Full Changelog: 0.1.9...0.2.0