pub fn parse_shortcut_flexible(
shortcut: &str,
) -> Result<Shortcut, KeyParseError>Expand description
Parse shortcut with flexible separator support (supports ‘+’, ‘-’, and space)
pub fn parse_shortcut_flexible(
shortcut: &str,
) -> Result<Shortcut, KeyParseError>Parse shortcut with flexible separator support (supports ‘+’, ‘-’, and space)