MASShortcut icon indicating copy to clipboard operation
MASShortcut copied to clipboard

How to binding custom shortcut on MASShortcutView ?

Open raviparsania opened this issue 3 years ago • 0 comments

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 ?

raviparsania avatar Jun 29 '21 13:06 raviparsania