Pudu programming language
Menu
API reference

Std.Ui.Keymap.handler

1 declaration

fn

handler: &Std.Ui.Keymap.Keymap -> fn(S, Str) -> S -> fn(S, Str) -> Option[S]

A shortcut handler for Desktop.drive: a bound chord applies its command to the state, and an unbound one is ignored.

Back to Std.Ui.KeymapSearch related declarations