hl.dsp.workspace.move

hl.dsp.workspace.move(spec: table)

Create a dispatcher.

Signature

hl.dsp.workspace.move(spec: table): HL.Dispatcher

Parameters

monitorHL.MonitorSelector

Destination monitor.

workspaceHL.WorkspaceSelector, optional

Workspace to move. If omitted, moves the current workspace.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.workspace.move({ workspace = 3, monitor = "DP-1" }))

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.