Sindre Sorhus
a105b13603
Fix link to docs
2022-11-13 16:54:31 +07:00
Sindre Sorhus
be789e0fac
1.8.0
2022-10-20 17:17:14 +07:00
Sindre Sorhus
d2fc65f9c3
Minor tweaks
2022-10-20 17:07:12 +07:00
Mu-An Chiou
fe481cb687
Fix documentation link ( #91 )
2022-07-27 13:03:30 +02:00
Sindre Sorhus
0994810987
Use Swift Package Index for docs
2022-07-07 21:13:17 +02:00
Sindre Sorhus
82e9303f5e
Switch to DocC for documentation generation
2022-04-05 19:33:41 +07:00
Sindre Sorhus
7e251f3a15
Add support for specifying a label
2022-03-30 12:53:17 +07:00
Sindre Sorhus
3017db0d96
Make logo dark mode compatible
...
Fixes #67
2022-01-24 14:10:53 +07:00
Sindre Sorhus
9bc72c441c
Document how to get all keyboard shortcuts
...
Fixes #53
Closes #57
2022-01-23 12:41:29 +07:00
Sindre Sorhus
cc9ac2ab7b
Improve example
2022-01-23 02:10:37 +07:00
Sindre Sorhus
e72d2ff504
Minor tweaks
2021-12-27 15:04:13 +01:00
Sindre Sorhus
04fdf3380e
Add FAQ about media keys
...
Closes #56
2021-10-05 20:05:33 +07:00
Sindre Sorhus
52b5666b1f
Meta tweaks
2021-08-15 11:32:17 +02:00
Sindre Sorhus
199c3b25d9
Minor tweaks
2021-06-07 17:08:25 +07:00
Sindre Sorhus
27d0f1d3d6
Add related package to readme
2021-05-01 18:39:34 +07:00
Sindre Sorhus
c5d135bf82
Drop support for CocoaPods and Carthage
2021-03-23 13:24:14 +07:00
Licardo
7535969a90
Add localization support ( #27 )
...
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2021-03-22 17:44:47 +07:00
Sindre Sorhus
f61722570a
Rename `master` branch to `main`
2021-01-24 14:05:57 +07:00
Sindre Sorhus
02a18776d9
Add FAQ item
...
Fixes #34
2020-12-16 22:08:58 +07:00
Sindre Sorhus
71ddac80e3
Document default keyboard shortcut tip ( #32 )
...
Fixes #31
2020-11-29 08:03:19 +07:00
Sindre Sorhus
af553c76a0
Minor tweaks
2020-11-06 12:26:34 +01:00
Sindre Sorhus
8b99c3c9db
Clean up #26
2020-10-09 17:16:31 +02:00
hank121314
a6c093057d
`Recorder` should allow changing the `name` parameter ( #26 )
...
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2020-10-09 16:47:31 +02:00
Sindre Sorhus
59f2f47241
Upgrade to Swift 5.3
2020-09-17 00:14:13 +02:00
Sindre Sorhus
d97e5e9c62
0.5.0
2020-08-28 21:02:08 +02:00
Sindre Sorhus
6b702c6f53
Document how to dynamically register keyboard shortcuts
...
#22
2020-08-10 12:18:50 +02:00
Sindre Sorhus
a345f5f241
Remove `Name` typealias in `KeyboardShortcuts.Name`
...
I realized you can just use `Self` instead 👌
2020-06-25 03:08:15 +08:00
Sindre Sorhus
139ac5d255
Minor tweaks
2020-06-07 15:09:28 +08:00
Sindre Sorhus
9c0427adcb
Add method to show a keyboard shortcut in `NSMenuItem` ( #5 )
2020-05-19 18:52:23 +08:00
Sindre Sorhus
49b017b245
0.1.1
2020-05-10 02:39:33 +08:00
Sindre Sorhus
4dac019386
Fix `Key`
...
I misunderstood how `NSEvent.SpecialKey` worked. I incorrectly assumed its `rawValue` would be a key code, but it’s not. For example, the `rawValue` of `NSEvent.SpecialKey.tab` is `9`, which is also the key code for the character `v`. In my defense, that API is not documented, as always…
2020-05-10 02:39:32 +08:00
Sindre Sorhus
a1550ae2c7
0.1.0
2020-05-08 00:14:57 +08:00
Sindre Sorhus
affae1cd71
Init
2020-05-07 23:06:02 +08:00