Releases: sindresorhus/KeyboardShortcuts
Releases · sindresorhus/KeyboardShortcuts
2.2.2
- Fix using Control+C keyboard shortcut
2.2.1
- Fix recorder not allowing multiple modifiers when
option
is present on macOS 15 - Fix
zh
localizations
2.2.0
- Add
.resetAll()
method
2.1.0
- Add
SwiftUI.View#globalKeyboardShortcut()
method - Show a dialog to the user when setting a shortcut with the
Option
key withoutCommand
orControl
on macOS 15 or later in sandboxed apps
2.0.2
- Improve localizations
2.0.1
- Fix missing localization for the “Space” key shortcut
2.0.0
1.17.0
- Add
LocalizedStringKey
initializer toRecorder
to support localizing the title - Add Slovak localization
1.16.1
- Fix memory leak for
NSMenuItem#setShortcut
- Fix iOS previews for multiplatform apps
1.16.0
- Allow overriding system-reserved shortcuts de40257