Pudu programming language
Menu
API reference

Std.Ui.Keymap.normalize

1 declaration

fn

normalize: Str -> Result[Str, Std.Ui.Keymap.KeymapError]

A chord in canonical form: lower case, aliases resolved, modifiers in the order mod, cmd, ctrl, alt, shift, each once, then the key.

Back to Std.Ui.KeymapSearch related declarations