SOLVED Syntax for keyboard "# shortCut:"?
-
Is there a list of the proper ways to write the keyboard shortcut when placing it at the top of one’s script? Having issues with the following not registering, for instance:
# shortCut: shift+control+left
I'm pretty sure this worked some time ago. Maybe arrow keys aren't supported for keyboard shortcuts anymore?
TIA
-
Perfect, thanks Frederik.
-
this will be documented in the future:
-
try:
# shortcut : shift+control+arrowleft
-
@frederik Ah yeah. I should've mentioned I also have the menuTitle. For some reason, it's not registering, even after restarting RF.
-
a
# menuTitle: My Title
is required...And feels silly, will probably change it so they are both supported independent from each other.