pub fn create_bindings<A: Action + Clone>( mappings: &[(&str, A)], context: Option<&str>, ) -> Vec<KeyBinding>
Helper to create a list of key bindings from action-keystroke pairs