You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.
If shortcut is alread exist by other apps,it will work fail with any information.The api "RegisterEventHotKey" always return ture. Does anything I can do with it?
And it cause a problem that hotkey bind ,in fact it is a failure and can not bind same hotkey again.
so I want to change this block(@Property (nonatomic, copy) void (^shortcutValueChange)(MASShortcutView *sender);),but I can found where is his implementation?
Thank you for giving me the answer.
The text was updated successfully, but these errors were encountered:
Sorry for my late reply!
While a key (like Cmd+W) is registered as an exclusive key,you can not register a same key exclusive later.
It is ok,but when the first register app has quit,I also can not register the same key.I should unregister the key that I have register fail before and then I can register. This is the way now I handle.
do you have any good ideas to deal with this problem?
If shortcut is alread exist by other apps,it will work fail with any information.The api "RegisterEventHotKey" always return ture. Does anything I can do with it?
And it cause a problem that hotkey bind ,in fact it is a failure and can not bind same hotkey again.
so I want to change this block(@Property (nonatomic, copy) void (^shortcutValueChange)(MASShortcutView *sender);),but I can found where is his implementation?
Thank you for giving me the answer.
The text was updated successfully, but these errors were encountered: