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

Support for F keys by themselves #2

Closed jgallen23 closed 12 years ago

jgallen23 commented 12 years ago

I tried the demo, but it appears that the f keys can't be set without a modifier, is this something that can be fixed or is this a limitation of osx?

shpakovski commented 12 years ago

Hi! This is a limitation implemented by design. Function keys keep system actions, and I thought it is a bad idea to interrupt them if you want to be presented in the Mac App Store. I hope this makes sense.

shpakovski commented 12 years ago

Thanks to another issue report, I looked into this problem one more time, and it turns out that custom shortcuts with clear Function keys cannot damage OS X behavior. So please pull recent changes to enable support for F keys. Sorry for inconvenience.