Henrique Barcelos
Henrique Barcelos
What is this exactly?
What do you mean exactly? Could you please add some screengrabs to clarify?
The way this is currently handled at Kleros Court is by passing those parameters in the `search` portion of the URL when accessing the Evidence Display. Here's the relevant part...
@clesaege this should be fixed now. Could you please confirm?
Same issue here. MX Master 3, connected through bluetooth. For context, here's the relevant part of `journalctl -u logid`: ``` -- Boot a48bf66ff9984ce9b0fcb50620cdda9b -- jul 29 16:58:29 henrique-a70mob systemd[1]: Started...
I'm struggling with the brightness keys as well... I tried with the following in `logid.cfg`: ```cfg devices( // ... { name: "MX Keys Wireless Keyboard"; buttons: ( { cid: 0xe0;...
So turns out I was using the wrong `cid`s for mapping the actions. The config below makes it work: ```cfg { name: "MX Keys Wireless Keyboard"; buttons: ( { cid:...
Hi guys, I would be glad to help with this issue. I'll read through it tomorrow.
@markerikson do you think testing should be at the top level of the docs or be a subsection of one of the entries you suggested above? **Edit:** I see that...
As someone who started learning Redux quite late comparing with the time I've known React, I tend to agree. There's too many "intro to redux" tutorials out there. Not many...