hl.dsp.exit¶
- hl.dsp.exit()¶
Create a dispatcher.
Signature¶
hl.dsp.exit(): HL.Dispatcher
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.bind("SUPER + SHIFT + E", hl.dsp.exit())
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.