-
-
Notifications
You must be signed in to change notification settings - Fork 848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from.optional
is not optional, it became required.
#4075
Comments
Ctrl + $Key
is not workdfrom.optional
is not optional
from.optional
is not optionalfrom.optional
is not optional, it became required.
This is by design. If optional is not specified, the modification only takes effect when the specified modifier state. |
@tekezo Thanks for your replay.
Could you please explain more about this rule? https://karabiner-elements.pqrs.org/docs/json/complex-modifications-manipulator-definition/from/modifiers/#with-modifiersmandatory Thank you. |
Specify to.modifiers: {
"description": "example",
"manipulators": [
{
"from": {
"key_code": "h",
"modifiers": { "mandatory": ["control"] }
},
"to": [
{
"key_code": "h",
"modifiers": ["left_command"]
}
],
"type": "basic"
}
]
} |
I know what this bug is. If I set a rule like below (with out specify And, if I add a
|
Rule
From.modifiers
must with aoptional
or it will not work.OS version: 15.2 (24C101)
karabiner version: 15.3.0
Test rule:
The text was updated successfully, but these errors were encountered: