Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
404: Not Found
Github
link |
Stars: 431 |
You may find interesting
Releases
- 2021-01-11T11:28:31
- 2020-10-09T15:21:22
Recorder
should allow changing thename
parameter https://github.com/sindresorhus/KeyboardShortcuts/commit/a6c093057d7172d52db5fe1e0552066f0f1285bb (#26)
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.5.0...v0.6.0
- 2020-08-28T19:04:50
- Add
.setShortcut()
,.getShortcut()
, and.reset()
methods https://github.com/sindresorhus/KeyboardShortcuts/commit/43d7fe58b3a90cfd1a085ff21daa5cbf8abed5af - Pause keyboard shortcut events while a recorder input is active (#25) https://github.com/sindresorhus/KeyboardShortcuts/commit/729002c51aa1269964f9ac9924abdefa4309a6bb
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.4.0...v0.5.0
- 2020-07-25T06:24:36
Breaking
- Remove
Name
typealias inKeyboardShortcuts.Name
https://github.com/sindresorhus/KeyboardShortcuts/commit/a345f5f2412fbff3805be4a5c007fa7f8e7da7af You can just useSelf
instead.
Improvements
- Fix building on Apple Silicon https://github.com/sindresorhus/KeyboardShortcuts/commit/3c5fcbfb92b75a1f8b1332fd2232192ea8580725
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.3.0...v0.4.0
- 2020-06-22T04:50:00
- Add optional change callback to
Recorder
andRecorderCocoa
(#12) https://github.com/sindresorhus/KeyboardShortcuts/commit/5cb615fbca59561817664f33abb45bb509217c1d - Add the ability to set default shortcut (#13) https://github.com/sindresorhus/KeyboardShortcuts/commit/827153770709ff9103a7742c0eddeecf017fde00
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.2.2...v0.3.0
- 2020-06-08T12:30:56
- Unregister shortcut before setting a new one (#10) https://github.com/sindresorhus/KeyboardShortcuts/commit/56778e11a762931feebbdb726269ddf3919bc084
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.2.1...v0.2.2
- 2020-06-05T15:26:12
- Fix
.setShortcut()
crashing when called from aNSBackgroundActivityScheduler
task https://github.com/sindresorhus/KeyboardShortcuts/commit/eb68608e7f2a98cc4b64f3361de61c1991d9a842 This looks like a macOS/Xcode bug and it only happens when running from Xcode, not in archived builds, even debug builds.
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.2.0...v0.2.1
- 2020-05-19T10:54:47
- Add method to show a keyboard shortcut in
NSMenuItem
(#5) https://github.com/sindresorhus/KeyboardShortcuts/commit/9c0427adcb3762c4b0e4460296ec73955f885875
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.1.1...v0.2.0
- 2020-05-09T18:42:34
- Cancel recording when the user clicks outside the input https://github.com/sindresorhus/KeyboardShortcuts/commit/8e7291f441174ad97b9b175e4c961c00912b8858
- Fix the
Key
type https://github.com/sindresorhus/KeyboardShortcuts/commit/4dac01938699278a3dedfa518e50522809b4eb24
https://github.com/sindresorhus/KeyboardShortcuts/compare/v0.1.0...v0.1.1
- 2020-05-07T16:16:11
🦄