Need help for mapping Modifier flags + key #3470
Unanswered
leminhthanh142
asked this question in
Q&A
Replies: 1 comment
-
Try: [
{
"type": "basic",
"from": {
"key_code": "left_arrow",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"pointing_button": "button5",
"modifiers": [
"left_control"
]
}
]
}
] (Generated by karabiner.ts, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i have this configuration to mapping left_control + left_arrow to left_control + button5 for switch desktop, i know that it already have a complex configuration for button4 and button5 but i want to combine with other keys so i can macro it for more functions
the configuration file was generated using Karabiner Complex Modification
i have try to reverse the order but got no luck
Anyone have try this?
Beta Was this translation helpful? Give feedback.
All reactions