system.nav.desktop
This function is used in Python Scripting.
Description
Allows for invoking system.nav functions on a specific desktop.
See the Multi-Monitor Clients page for more details.
Client Permission Restrictions
This scripting function has no Client Permission restrictions.
Syntax
system.nav.desktop(handle)
Parameters
| Type | Parameter | Description |
|---|---|---|
| String | handle | The handle for the desktop to use. The screen index casted as a string may be used instead of the handle. If omitted, this will default to the Primary Desktop. Alternatively, the handle "primary" can be used to refer to the Primary Desktop. |