Closed fftux closed 2 years ago
I found a reference in the README that helped me find the correct CID for the key I am trying to configure. According to this doc the correct CID should be 0x10A.
266/0x10A | Snipping tool | Win : win + shift + s Mac: cmd + shift + 3 | Windows : win + shift + sMac. : cmd + shift + 3 | 223/0xDF |
---|
However, when I update the config with this CID I still get an error. This error is odd though because it doesn't seem to match what I am defining.
Snippet from /etc/logid.cfg
:
{
name: "MX Keys Mini for Business";
buttons: (
// button
{
cid: 0x10A;
action = {
type: "keypress";
keys: [ "KEY_SELECTIVE_SCREENSHOT" ]; // selective screenshot
}
}
);
Error noticed in journal:
logid[1053449]: [WARN] MX Keys Mini for Business: CID 0x0a does not exist.
I am having similar issues mapping the mic mute key (0x11C
) as well. I should be able to map this to KEY_MICMUTE
, but I am facing the same issue with logs saying that CID 0x1C does not exist
.
My issues appear to be a duplicate of #301
I am attempting to configure my MX Keys Mini for Business (yes different version, uses the Logi Bolt receiver instead of the Unifying receiver). A few of the keys are not mapped properly out of the box, and I am hoping to fix those. I am not certain how I can obtain the CIDs for the problematic keys though. If I can get some assistance with this, I'll provide an example config for this device. I'm primarily trying to get the selective print screen button to function (over F8). I attempted to use 0xbf, per the CID list in the wiki and I noticed the follow error in the journal upon restart of the logid daemon.
The output below is from
evtest
from selection of the device to press and release of the desired key (F8/selective print screen):