21.1.3
- there now are new scripting commands
mainWindow.getWorkspaceUuidList()
,
mainWindow.getWorkspaceUuid()
andmainWindow.setCurrentWorkspace()
to
access workspaces and a new hookwindowStateChangedHook
to notice window
state changes (for #2007, thank you @fnkabit)- for more information please take a look at the
MainWindow scripting documentation
and the Hook scripting documentation - there also is a new script
Dynamic Workspace
in the script repository that
you can use to toggle workspaces when you maximize the window
- for more information please take a look at the