Karabiner-Elements icon indicating copy to clipboard operation
Karabiner-Elements copied to clipboard

[bug report] mapped combo key (in a keyboard) not working as expected

Open eret9616 opened this issue 2 years ago • 8 comments

I'm using a keyboard(niz micro 84), and set a keycap to ( shift + command + option + control + p) by its native key mapping software, this is what it shows in karabiner viewer, you can see when I pressed this key, it triggers shift+command+option+control+p image

In karabiner elements, I added this config: image

,

if i press lshift+lcommand+loption+lcontrol+p directly, its worked, but but when I press the keycap(I set it to lshift+lcommand+loption+lcontrol+p), this is not working.

eret9616 avatar Aug 17 '22 02:08 eret9616

Try changing the order of modifiers in mandatory to match the one shown in EventViewer. It might work. Nonetheless, this is a bug.

MuhammedZakir avatar Aug 17 '22 02:08 MuhammedZakir

Try changing the order of modifiers in mandatory to match the one shown in EventViewer. It might work. Nonetheless, this is a bug.

              "key_code": "p",
              "modifiers": {
                  "mandatory": [
                      "left_command",
                      "left_control",
                      "left_option",
                      "left_shift"
                  ]
                }

I tried ,this not work

eret9616 avatar Aug 17 '22 05:08 eret9616

When you said you tested the modification:

if i press lshift+lcommand+loption+lcontrol+p directly, its worked, but

did you test it using the keyboard you're trying to remap (niz micro 84)?

MuhammedZakir avatar Aug 17 '22 06:08 MuhammedZakir

When you said you tested the modification:

if i press lshift+lcommand+loption+lcontrol+p directly, its worked, but

did you test it using the keyboard you're trying to remap (niz micro 84)?

yes , if I press those keys , it worked,

but if I press the key(I modified to shift + command + option + control + p using their keyboard mapping software ) ,this not work

eret9616 avatar Aug 17 '22 06:08 eret9616

Can you post a screenshot of Karabiner-Elements > Devices tab?

MuhammedZakir avatar Aug 17 '22 06:08 MuhammedZakir

@MuhammedZakir

image

eret9616 avatar Aug 17 '22 08:08 eret9616

Does enabling "Modify events" for the first device solves this issue?

MuhammedZakir avatar Aug 17 '22 09:08 MuhammedZakir

MuhammedZakir

@MuhammedZakir no

eret9616 avatar Aug 17 '22 09:08 eret9616