InputBot
InputBot copied to clipboard
Rust library for creating global hotkeys, and simulating inputs
Event handlers should be assignable to multiple keys pressed in a sequence.
Should InputBot support this?
I saw some PRs about support macos being merged. But I don't see the macos branch being merged into the mainline. Does there have any problem to support macos?
Hey I wanted to know if this crate take control on mouse or it’s really simulates the key ?
**Title:** Program freezes when sending KeySequence from a blockable bind **Description:** When attempting to send a `KeySequence` from a blockable bind in my program, the entire program freezes and locks...
I've been tinkering trying to get this to work for a while, and I can't find a good approach. I'm wanting a way to block_bind a particular key, but still...
Hey, I would like to be able to identify KeyUp events, it would be very useful when trying to measure for how long a key was pressed for. It appears...
ive got some basic code, just sanity checking whether `OtherKey` works at all since the print screen button wouldnt, and turns out `OtherKey` isnt working even for keys that are...
This might be better suited as a discussion thread on a social media platform but I wanted to ask the users of this project. Since the callbacks are static implemented,...