Skip to content

SwiftKeys 0.2.0

Latest
Compare
Choose a tag to compare
@jordanbaird jordanbaird released this 16 Aug 22:03
· 4 commits to main since this release
42fb370

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. Use KeyCommand.EventType instead.

Full Changelog: 0.1.9...0.2.0