hotkey-rs icon indicating copy to clipboard operation
hotkey-rs copied to clipboard

A library to listen to global hotkeys in Rust

Results 5 hotkey-rs issues
Sort by recently updated
recently updated
newest added

Pull requests consist of the following changes: * constant's type changed from `u32` to `i32` to stay consistant with `winapi` constant's type * `listen` method modified to interupt infinite loop...

There are a couple places in the code where you do something along the lines of ```rust let mut event: SomeType = mem::MaybeUninit::uninit().assume_init(); ``` This is immediately undefined behavior, regardless...

Hello, do you plan on adding documentation to this software? Thanks in advance.

Is this library still maintained? There's some forks with macOS support (https://github.com/gamebooster/soundboard/blob/master/extern/hotkey-rs/src/macos.rs) but I didn't test it yet. Would you accept a PR with that?

hi, i'm using - Ubuntu 19.10 - Kernel: x86_64 Linux 5.3.0-23-generi - Xserver 1:7.7+19ubuntu12 - rustc 1.39.0 (4560ea788 2019-11-04) and it's not work. also i don't have any error. tested...