Closed daniel-beard closed 10 years ago
Hello Daniel, thank you for the pull request. I believe the method you are adding should have a name like removeAllGlobalShortcutsFromUserDefaults
. The thing is that setGlobalShortcut:nil
and unregisterGlobalShortcutWithUserDefaultsKey:nil
lead to different results. The former method will remove the shortcut from the user defaults, while the latter will stop listening to the hotkey press. Could you please be more specific? Maybe you needed unregisterGlobalShortcutWithUserDefaultsKey:key
instead of setGlobalShortcut:nil
?
You're right, that was my intention. I'll update this tonight.
Hey Daniel, any update on this?
...ly registered.