Karabiner-Elements
Karabiner-Elements copied to clipboard
Bug: inconsistent behavior with Shift-modified complex modification and sticky modifier keys
Consider the following complex modification:
{
"description": "bug repro",
"manipulators": [
{
"from": {
"key_code": "x",
"modifiers": {
"mandatory": [
"left_shift"
]
}
},
"to": [
{
"key_code": "y"
}
],
"type": "basic"
}
]
},
If I do the following:
And press "xxx" while holding down left shift, then I get "Yyy".
If I do the following:
And press "xxx" while holding down left shift, then I get "yyy".
I believe the second behavior is the "correct" one.
I am using Karabiner 14.5.0.