pub fn parse_mod_prefix(mods: &str) -> Result<(Vec<KeyCode>, &str)>
Parses mod keys like C-S-. Returns the KeyCodes for the modifiers parsed and the unparsed text after any parsed modifier prefixes.
C-S-
KeyCode