hl.dsp.exit

hl.dsp.exit()

Create a dispatcher.

Signature

hl.dsp.exit(): HL.Dispatcher

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.bind("SUPER + SHIFT + E", hl.dsp.exit())

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.