Copy link to clipboard
Copied
Hi there,
As mentioned in the title, I would love to have this feature in order to optimize my productivity.
I'm not sure Adobe would ever implement this feature, but do you happen to know if there is a script for that ?
Thank you,
Copy link to clipboard
Copied
On Mac OS, you can use the applescript "say" command. Through Javascript, that will be something like:
var scpt = 'say "Processing is complete."';
app.doScript(scpt, ScriptLanguage.APPLESCRIPT_LANGUAGE);
On Windows, you would need to use a similar VB command if any.
Copy link to clipboard
Copied
If you wanted to make a feature request for InDesign, you should post in the InDesign User Voice so it can be seen by product managers and voted on by users:
Copy link to clipboard
Copied
What sort of tasks are you thinking of? I presume background tasks like exporting, but can you provide some examples?