pub fn parse_sequence(input: &str) -> Option<Vec<KeyEvent>>Expand description
A key sequence for macros: literal characters plus key names in
angle brackets (<enter>, <esc>, <ctrl+x>, everything
parse_key accepts). None on an unknown name or an unclosed <.