Recording System Settings?

Read this post:

You can use Automator and macOS' keyboard shortcuts:

You might be able to do this in the Shortcuts app, I'm not sure as I don't use it much.

It could be—I just put this together now, so I doubt it's perfect, but it works.

Say apps.kmmacros (4.7 KB)

Screenshot of macro

It first grabs a list of all running macros (I'm sure there's a better way to do this, but I'm tired and need to get to sleep!). But by default, that list includes the full path, so a regular expression is used to trim all but the actual app name out.

Then that list is sorted, and finally, each name in the list is spoken.

-rob.