pqrs-org / Karabiner-archived

Karabiner (KeyRemap4MacBook) is a powerful utility for keyboard customization.
https://pqrs.org/osx/karabiner/
The Unlicense
3.82k stars 311 forks source link

Why karabiner does not work in my case #836

Closed sharikovvladislav closed 7 years ago

sharikovvladislav commented 7 years ago

Hi!

I downloaded this utility by curl command from README.md. Everything is fine. I checked current key mapping in Event listener. Ctrl L is Ctrl L and Fn is Fn.

Now I remapped this two buttons. I have this:

What I have in event viewer? I pressed FN then CTRL buttons.

eventType:FlagsChanged    code:0x3f       name:Fn              flags:Fn                                 misc:KeyCode::FN     characters:    
eventType:FlagsChanged    code:0x3f       name:Fn              flags:                                   misc:KeyCode::FN     characters:    
eventType:FlagsChanged    code:0x3b       name:Control_L       flags:Ctrl                               misc:KeyCode::CONTROL_L  characters:    
eventType:FlagsChanged    code:0x3b       name:Control_L       flags:                                   misc:KeyCode::CONTROL_L  characters:    

I have exactly what I pressed. But since I have this buttons swapped when I pressed Fn, message about ctrl must be and vice versa.

What I am doing wrong?

PS: I didn't find any "Submit" button. Maybe this is the problem? PPS: I also tried to restart mbp and I have same result.

dunkarooftop commented 7 years ago

to debug this problem can you only enable one of the tweak at a time and see if they act as what you expected? post the result :)

BTW, Karabiner DO NOT work in macOS Sierra, if you are on Sierra check out Karabiner-Element

sharikovvladislav commented 7 years ago

Ops! I have Sierra. That is the problem!!! I will try that you suggested in the nearest feature

sharikovvladislav commented 7 years ago

Karabiner-Elements works perfectly! Thank you!