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