I noticed in the solution provided in this post ( Is there a keyboard shortcut for File>Export Audio? - #3 by Brad_Edwards ) that when creating a key command it’s possible to do some pretty great stuff, but it requires the use of “?FilterId=”.
Is there a compilation of all of these? Is there a way to discover them across the product?
One good way to see what’s going on is to peek inside the application.log in the user config folder. When I do File > Export > Audio, I can see the following entries in the log:
2026-05-11 18:00:35.732 [info] Executing command: File.Export?FilterID=AudioFileExportFilter
2026-05-11 18:00:42.870 [info] notifyPostCommandExecute: File.Export?FilterID=AudioFileExportFilter (7138 ms)
Another possibility is to use the macro recording function (Script > Start Recording Macro, and then Script > End Recording Macro when you’re done). If you open the resulting file in a text editor, you’ll see the commands there as well.
I don’t think there’s a listing of all of the various options anywhere.