Answered
Autohotkey - how to press next menu command?
This script executes first entry from a Scripts with name starting with "f".
RWin::Send, !frf
How to press second entry (script) which name starts with f?
Example, Scriprs menu commans (scripts):
... exportDocs fitAndCenter fitSelection fitAndScale ...
Currently that script executes firAndCenter, but I need fitSelection.
