-
Hello, I want to express my gratitude for this useful application. I'm looking to remap Control and Left Mouse Button to Command and Left Mouse Button in order to open Brave Browser or Google Chrome links in a new tab using Control and Left Mouse Button. Unfortunately, the current configuration doesn't seem to be working as expected. Could you please assist in fixing the script provided below? {
"title": "Finder and system shortcuts",
"rules": [
{
"description": "Control-Left Mouse Button to Command-Left Mouse Button",
"manipulators": [
{
"type": "basic",
"from": {
"pointing_button": "button1",
"modifiers": {
"mandatory": [
"left_control"
]
}
},
"to": [
{
"pointing_button": "button1",
"modifiers": [
"left_command"
]
}
]
}
]
}
]
} Note: I also attempted the configuration without the 'left_' prefixes. You can review all of my other working Karabiner configuration rules in my serdarsen/karabiner repository. Here are some details about my setup:
I appreciate any assistance in making this remapping work as intended. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I have successfully resolved the issue. Upon closer inspection, I noticed that there were two devices listed with my mouse's name under Karabiner Elements Settings -> Devices. To resolve the problem, I disabled the 'Modify event' option for the one with the keyboard logo and enabled it for the one with the mouse logo. |
Beta Was this translation helpful? Give feedback.
I have successfully resolved the issue. Upon closer inspection, I noticed that there were two devices listed with my mouse's name under Karabiner Elements Settings -> Devices. To resolve the problem, I disabled the 'Modify event' option for the one with the keyboard logo and enabled it for the one with the mouse logo.