possible to call any QAP menu item from macro snippets ?
Gio710 > 2022-09-29 04:35
Hi,
I'm trying to use QAP to easily rename files within win explorer . For that I use a macro snippet {F2}[my text].
I'd like to set up document datation from there (format YearMonthDay-YYYYMMdd), by adding year (from a date calculation macro). So I built a shared menu having year from -5 years from now, until next year. I call it via ",y" shortcut.
I also built a shared menu for day number (",m").
To call month menu I added ",m" after then year calculation (for instance if choosing current year, macro is {Now+0y:yyyy}, so I simply modified this to {Now+0y:yyyy},m
The snippet sends 2022, but Unfortunately it sends ",m" as text, and ",m" is not interpreted as a shortcut. Any Workaround ?