InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

Rust library for creating global hotkeys, and simulating inputs

Results 41 InputBot issues
Sort by recently updated
recently updated
newest added

I noticed that `BUTTON_STATES` is a hash-map wrapped in a mutex. I'm a total Rust beginner so this may be naive. Hash maps are slow, and here we are just...

It appears that build on Linux is broken after the most recent commit which updates dependencies. There are two issues. The first is easily solved by adding `features= [fs]` to...

Adding a Mouse Move Event to InputBot would be a great idea because it would make the software even more versatile and useful for a wider range of people.

Try to simulate a win+shift+s combo with a simpler key bind. Didn't see LWIN in the key list. Please consider add the Windows key if it's not too much trouble....

Here is the code example ``` use inputbot::KeySequence; fn main() { KeySequence("Hello, world!").send() } ``` Command: `sleep 2 && cargo run` Switch to other terminal Output in the second terminal:...

Hello, I tested the program on linux and in worked. Compiled and runned on windows and get following error thread '' panicked at 'cannot transmute_copy if Dst is larger than...

Due to the way symbols are [sent](https://github.com/obv-mikhail/InputBot/blob/develop/src/public.rs#L300) a "uppercase" "0" in the default keyboard layout equals to ")" but in Portuguese layout for example it equals to "=". Also I've...