suabo
suabo
This one hit me again after updating from 4.7 to 6.2. I removed all module settings manually with the known sql query to avoid problems with modules while updating. But...
Thank you @voglster I also like your work and merged it into my [dev-0.2.x branch](https://github.com/suabo/g910-gkey-macro-support/tree/dev-0.2.x). There was only one little mistake on the call of `handle_gkey_press()`. You mixed up the...
I also liked the idea of having multiple profiles for the gkeys so i took my own shot on this topic and added profile switching without the need of swapping...
I like the idea of having a uninstall script. Maybe you can fix the quality of your commit by removing not needed changes to readme (whitespaces and line breaks) so...
This information needs to go to the readme: > Edit: Now I can even start graphical Programs with it (This example starts firefox): > > ```shell > su username -c...
> Are either of these solution considered more secure or more stable than the other? You can read the security considerations [here](https://docs.python.org/3/library/subprocess.html#security-considerations). Basically if you turn `shell=True` better use `shelx.quote()`...
It looks like the uinput device can't get initialized. Can you try the following: ``` ls -l /dev/uinput crw------- 1 root root 10, 223 Okt 31 10:56 /dev/uinput ``` If...
I added support for german keyboard layout. Here is the Link to the [pull request](https://github.com/JSubelj/g910-gkey-macro-support/pull/59). You have to change the layout after installing to `de` in your config file `/etc/g910-gkeys/config.json`
Look what i just stumbled over: [https://github.com/MatMoul/g810-led/blob/master/src/classes/Keyboard.cpp#L793](https://github.com/MatMoul/g810-led/blob/master/src/classes/Keyboard.cpp#L793) `data = { 0x11, 0xff, 0x0a, 0x2b, value };` It looks like there is the byte code to activate gkeys on g915. I...
>= v0.3.0 will support the following keyboards: - LogitechG915 - LogitechG910OrionSpectrum - LogitechG910OrionSpark - LogitechG815 - LogitechG710p - LogitechG510 Can someone test it and tell me if it works?