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

shortcut repeat #118

Closed kimaldis closed 6 years ago

kimaldis commented 6 years ago

I don't suppose there's a way to have shortcut keys repeat?

shpakovski commented 6 years ago

Not sure what you mean, sorry. Could you please be more specific?

kimaldis commented 6 years ago

Sorry, I was unclear. When you key a shortcut key combination and hold it down it doesn't repeat like normal character keys do. I'm using shortcuts to control sliders; one for increase, the other to decrease the slider value. At the moment I have to repeatedly press the key combination. It would be nice if it repeated when held down.

shpakovski commented 6 years ago

Ah, I see… This feature is not supported, unfortunately. Sorry for inconvenience 😐

kimaldis commented 6 years ago

No problem. It was just a thought