hl.dsp.workspace.move¶
- hl.dsp.workspace.move(spec: table)¶
Create a dispatcher.
Signature¶
hl.dsp.workspace.move(spec: table): HL.Dispatcher
Parameters¶
- monitor
HL.MonitorSelector Destination monitor.
- workspace
HL.WorkspaceSelector, optional Workspace to move. If omitted, moves the current workspace.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.dispatch(hl.dsp.workspace.move({ workspace = 3, monitor = "DP-1" }))
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.