Josh Goebel
Josh Goebel
Ok, here is what I did to get it working on my fork: In my xkeysnail/keyszer config: ```py # create a new modifier, and use the keyboard key F24 Modifier("L_HYPER",...
I suppose perhaps now that I'm thinking about it I could have just assigned capslock to L_Hyper directly, LOL. I thikn this is slightly more flexible though because techncially now...
> Maybe the keystrokes need a few milliseconds of delay before the next one? It would be something if you could actually *confirm* that hypothesis... the code you're looking for...
And what does the console say... does it log all the keys there despite them not seeming to get all the way to Firefox? >the sleep lines seem to have...
> Other than the fact that I have to do a second import time to keep from producing a crash when I start xkeysnail Do you have an isuse for...
> Do you not have any issues with macros at all? Or have you not run the kind of test I ran that started this thread? I'm new here. Haven't...
> I don't know how to see what xkeysnail is actually trying to send to the application. You'd want to add logging to `send_key_action` and `send_combo`, just a print at...
@rbreaves Have you heard of any similar bug reports?
> https://stackoverflow.com/questions/70324709/uinput-seems-to-break-while-sending-inputs-in-quick-succession This seems super relevant... (though no answer), but it's the same problem you're describing... So perhaps even a 25 ms sleep in sync would help. **output.py** ```py def...
> I use this somewhat lengthy macro in Firefox to test: I just ran this 20-30 times in rapid succession doing: - `Ctrl-,` (trigger the macro, open preferences tab) -...