Daniel

Results 234 comments of Daniel

Looks like SNAFU crate handles this issue https://stackoverflow.com/questions/65151237/why-doesnt-boxdyn-error-implement-error The above fixes don't seem to work for where the Box is not Send + Sync + 'static, just a plain box...

The problem is you have to wait for all keys pressed to decide whether or not to remap to a single. SO if you are remapping CTRL+X to "BKSPACE", everytime...

Probably a bug in modifier group handling. My suspicion is if you have a modifier group for Ctrl-A, and you press Ctrl-B, it forgets to send on the original Ctrl...

I'll see if I can get around to this

This is gonna be kinda messy because whenever it sees LEFTCTRL pressed, it will have to delay emitting it until sees if the next code matches, this will delay emitting...

I think this is given in the docs work I did. Please check

Repeat is probably messing it up...

This is getting into SC-Controller type stuff, but that project has gotten big and super hairy, and outdated ( not ported to Python 3 yet ).

Yeah, I'd like something 'simple' and then expand it further as needed. The core right now is simple. We could then add a module to support 'gamepads', and another to...

lirc seems much more complicated to set up. Also seems possibly tied to IR Remotes.