Closed chendo closed 11 years ago
Sorry, but I believe we should allow only Option+Shift. The keyboard shortcuts for characters like “©£§®” are untouchable. What do you think?
Ahh. Well, I figure if a user sets that as a shortcut, they know what they're getting into. Thoughts? I'm happy with Option+Shift personally as well.
Okay Jack, I committed new sources. Now you can add support for both Option and Option+Shift modifiers using API +[MASShortcut setAllowsAnyHotkeyWithOptionModifier:]
. I believe this is the safest way to break system bindings if developer really wants to.
Ah cool, a flag works for me. Thanks!
Thanks for confirmation and all your help! Have a good day :)
This PR allows MASShortcut to use more keys for Option-based shortcuts.