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