#[error("Couldn't recognize \"{0}\" as a valid Accelerator Code, if you feel like it should be, please report this to https://github.com/tauri-apps/muda")]
UnrecognizedAcceleratorCode(String),
#[error("Unexpected empty token while parsing accelerator: \"{0}\"")]
EmptyAcceleratorToken(String),
#[error("Unexpected accelerator string format: \"{0}\", a accelerator should have the modifiers first and only contain one main key")]