nex-cli 6.4.0

A keyboard-first launcher for Windows
Documentation
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");
}