hl.dsp.submap¶
- hl.dsp.submap(name: string)¶
Create a dispatcher.
Signature¶
hl.dsp.submap(name: string): HL.Dispatcher
Parameters¶
- namestring
Submap name to activate.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.bind("SUPER + R", hl.dsp.submap("resize"))
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.