Clipy / KeyHolder

Record shortcuts in macOS, like Alfred.app.
https://clipy-app.com
MIT License
391 stars 33 forks source link

Feature recording keyboard shortcuts without modifiers #30

Closed zenangst closed 4 years ago

zenangst commented 4 years ago

Adds new instance variable validateModifiers for disabling modifiers validation. It also adds a new initializer to the public API to create a new view with the setting set to true or false. Setting validateModifiers to false will disable all types of validation of modifiers and thus adds support for recording single letter shortcuts without modifiers. The default value is true.

Fixes #25

zenangst commented 4 years ago

Seems like the CI is acting a bit flaky, mind having a look @Econa77 Cheers!

Econa77 commented 4 years ago

We will close this PR. If you have any problems again, please recreate it 👍 ref: https://github.com/Clipy/Magnet/pull/33