created a library to
- set hotkeys
- send keyevents
git clone https://github.com/dbuchacher/rust-hotkey
cd rust-ahk-like
cargo run --example advance
https://github.com/dbuchacher/rust-hotkey/blob/main/examples/advance.rs
cargo run --example basic
https://github.com/dbuchacher/rust-hotkey/blob/main/examples/basic.rs
cargo run --example hotkeys
https://github.com/dbuchacher/rust-hotkey/blob/main/examples/hotkeys.rs