pub fn parse_chord(spec: &str) -> Result<Chord>
Parse "Control+Shift+K". The last segment is the key; the rest are modifiers. A trailing + means the + key, as in "Control++".
"Control+Shift+K"
+
"Control++"