1 2 3 4 5
#[test] fn parses_default_hotkey() { let parsed = nex_core::hotkey::parse_hotkey("Alt+Space").unwrap(); assert_eq!(parsed.key, "Space"); }