cybermaus

Results 14 comments of cybermaus

Ok, I believe this is complete. I foresee the possibility to send to other devices (like in your earlier question: if I program a button on "Brand XYZ mouse" I...

FF stands for force feedback. Not a gamer myself, but I believe it is where the game controller vibrates in your hand when you take a hit. I suspect soon...

I should ignore the errors that the `python3 tests/test.py test_keycode_mapper` already give before I modify anything? ``` ====================================================================== ERROR: test_macro_writes_to_context_uinput (testcases.test_keycode_mapper.TestKeycodeMapper) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/pi/key-mapper/tests/testcases/test_keycode_mapper.py", line...

Ok. Just for sake to correctness, I first moved to the main branch rather then the LED branch, but it did not matter much Please note this is running on...

From ssh indeed, sorry Even without your fixes, it indeed ran OK from tty With your fixes, it runs OK from ssh as well. Is that now fixed and ssh...

I just saw your request for contributor. Please understand I am also busy, but more importantly I ran into some trouble with writing the test routines. I started a few...

Out of interest, if I start working on this, which of the following would you feel is best: * Reuse e() If we detect a LED_xx is used, it automatically...

I worked on this a little, got it to work. And dispite your misgivings on the "reuse `e()`" suggestion, I have to say it was *extremely* easy using that, looking...

I left comments to your comments. How does that work, are those visible to you? Anyway, comments aside (please do also look at those), I have an additional reason I...

Ok, slowly progressing: commit 24e8a12dace518ea389b633ec2e1a4d553fcbe31 Maybe viewed better relative to [your own main](https://github.com/sezanzeb/key-mapper/compare/main...cybermaus:led_test?expand=1) I am not at this point done, nor asking for help. Just reporting on progress and if...