I'm trying to trigger a menubar menu item without much success - see image. I've tried every combination of spaces I can think of, even tried including the greyed out part of the menu but with no luck. Any thoughts appreciated.
File;Plug-in Extras;Preset Viewer;Create report
File;Plug-in Extras;Create report
File;Plug-in Extras; Create report
Which app is this?
Unfortunately some apps (especially non-native) make it hard / impossible to trigger menu items. Sometimes it helps to trigger the same action twice in sequence (Because some apps load their menu bar items on first call). For some it helps to first call until the first submenu, then again with the full path.
File;
File;Plug-in Extras
File;Plug-in Extras;Create report
You could also try to reference them by their position so e.g.
(3);(18);(17)
Or try some wildcards
File;*Extras*;*Create*
It’s Lightroom again. I wouldn’t be surprised if they’re using non-standard methods. I’ll mess some more.
Thanks.
File;Plug-in Extras;*Create report*
did the job