Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

How to binding custom shortcut on MASShortcutView ? #163

Open
raviparsania opened this issue Jun 29, 2021 · 0 comments
Open

How to binding custom shortcut on MASShortcutView ? #163

raviparsania opened this issue Jun 29, 2021 · 0 comments

Comments

@raviparsania
Copy link

Hello

In my application have import/export feature. So while export I have to make dictionary with include key, modifier and DefaultsKey (Identifier for every item).

While import the data that time I have register all the shortcut using following method and it work fine

[[MASShortcutMonitor sharedMonitor] registerShortcut:shortcut withAction:^{
        // Action
}];

But not showing registered shortcut on MASShortcutView. Is there any method to bind shortcut on MASShortcutView ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant