Skip to content
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

Disable Control+Click not working #1692

Open
UwUkittenMeow opened this issue Jul 13, 2024 · 0 comments
Open

Disable Control+Click not working #1692

UwUkittenMeow opened this issue Jul 13, 2024 · 0 comments

Comments

@UwUkittenMeow
Copy link

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"
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant