Keymap the Default Workspace?

Is there a way to key-map the Default Workspace?

It’s not listed in the Mac OSX file menu - so I do not know to reference it.

Thank you.

The “Clear Filters” command in the Workspaces menu applies the default workspace.

If you want something cross-platform, you could create a “Default Workspace” action and assign it a shortcut. A simple one-liner script is all that is needed:

// calling this without a workspace parameter applies default workspace
app.applyWorkspace();
2 Likes

Yes, of course - clear filters.
Thank you!