InputBot icon indicating copy to clipboard operation
InputBot copied to clipboard

Rust library for creating global hotkeys, and simulating inputs

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

Sry for bother, as a roob in rust, I couldn't create some multi-keys hotkeys with your project. Here is my code. I'd want to create `Ctrl+Alt+S` and `Ctrl+Alt+W` hotkeys and...

You can use MOUSEEVENTF_XDOWN or MOUSEEVENTF_XUP and specify the button number in the mouseData field to pick which button you want to use. I found this info in the docs...