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