You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The disable crtl click doesn't work even though other complex modification(eg, left cmd+double q -> close application and spacebar to left shift) does work perfectly fine.
I have already uninstalled and install and didn't work
The disable crtl click doesn't work even though other complex modification(eg, left cmd+double q -> close application and spacebar to left shift) does work perfectly fine.
I have already uninstalled and install and didn't work
MacOS version: 14.2.1
Karabiner version: 14.13.0
Json code:
{
"description": "ctrl+left click to left click",
"manipulators": [
{
"from": {
"modifiers": {
"mandatory": [
"control"
]
},
"pointing_button": "button1"
},
"to": [
{
"pointing_button": "button1"
}
],
"type": "basic"
}
]
}
The text was updated successfully, but these errors were encountered: