Releases: sindresorhus/KeyboardShortcuts
Releases · sindresorhus/KeyboardShortcuts
v1.9.4
- Add Korean localization
v1.9.3
- Add Japanese localization
v1.9.2
- Add missing quote in Dutch localization
v1.9.1
- Remove the UserDefaults key for a shortcut completely if the
default
parameter onName
is not used
v1.9.0
- Fix using the recorder in a popover
- Allow clicking controls outside the recorder input directly when the recorder is focused
- Update more localizations for macOS 13
- Add French and Dutch localization
Xcode 14.1 or later is required
v1.8.0
- Improve compatibility with macOS 13
- Drop support for macOS 10.11 and 10.12 (Xcode doesn't support these anymore)
- Fix text field getting initial focus
Xcode 14.1 is now required
v1.7.2
- Fix shortcut bug with Shift key
v1.7.1
- Fix duplication checking with menu items for shortcuts with a Shift modifier
v1.7.0
v1.6.0
- The previous version introduced a
.on()
method. This method has been renamed to.events()
to better reflect Apple's naming of async stream APIs. An automatic "fix-it" is included. 8a2cc91 - Added
View#onKeyboardShortcut()
method to make it nicer to listen to keyboard shortcut events in SwiftUI. 8a2cc91#diff-02bed2a7d5a7f8e2e4644c05f55d36c4c037107a949ef792d8405460f4d0ee3cR1-R38 - Update localization zh-TW to align with Apple's ee60fcf