pub fn shortcut(sc: &str) -> Shortcut
Parse a shortcut string like "Ctrl+S", "F2", "Alt+Shift+X".
"Ctrl+S"
"F2"
"Alt+Shift+X"
Token matching is case-insensitive. Panics if the key token is unrecognised.