cocoabits / MASShortcut

Modern framework for managing global keyboard shortcuts compatible with Mac App Store. More details:
http://blog.shpakovski.com/2012/07/global-keyboard-shortcuts-in-cocoa.html
BSD 2-Clause "Simplified" License
1.52k stars 220 forks source link

Tab isn't allowed #147

Open rampatra opened 4 years ago

rampatra commented 4 years ago

I have used this library in my app Presentify. It works great but when I try to change the key shortcut, via the view, to (Control + Tab), it doesn't accept.

However, if I define the same shortcut in code, as default, then it works.

How can I make the view also accept tabs as shortcuts?