Skip to main content

bindings

Function bindings 

Source
pub fn bindings() -> Vec<KeyBinding>
Expand description

The field’s keymap, as data, so an app can have it without having to take it — see crate::keys for layering over it or taking a chord away.

Every binding is scoped to KEY_CONTEXT, so they are inert outside a focused field and an app is free to bind the same chords elsewhere.