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

Cannot record shortcut with format ⌥+⇧+<Letter> #161

Open AndrewVebster opened 3 years ago

AndrewVebster commented 3 years ago

Hey 👋 I have an issue with recording this shortcut in my app and few other apps that use this control.

Steps:

  1. Activate control to record shortcut
  2. Press ⌥⇧T
  3. When pressing T it's not saved and you can hear "error" beep sound.

Is there a way to allow such shortcuts?

And thanks for this awesome framework 🙌

shpakovski commented 3 years ago

Thanks for the report! Option-Shift-T is a standard character typing combination. This feature is not supported by MASShortcut, sorry.