-
Notifications
You must be signed in to change notification settings - Fork 136
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
Change to meta_or_ctrl for macos #549
Comments
Hello, Yes for me it's totally impossible to remove region with ctrl + LMB (trackpad) MacOs |
Click+hold first, then press ctrl. Also sculpting and painting on a trackpad is extremely difficult anyway. I recommend getting an external mouse or tablet. |
I have tried it with external mouse, it still doesn't work |
The recommendation for an external mouse is for general sculpting, independent of this issue. Ctrl+click won't work on any input device until we can replace the key in code. Click+hold first, then pressing ctrl is the only way to get removal to work on a mac at the moment. |
Can one of you guys please edit Change It should change the cursor/toolbar when cmd is held, and perform the negative operation on cmd+click. |
Hey! Thank you for looking into this! I tested this now on my MacBook Pro M2 15.1.1 on 0.9.3a and i found the above line at 276 instead. |
Thanks for the report. The fix has been merged in to main which is usable in nightly builds, but you can continue using this manual fix in the current version. |
Description
On Macos ctrl+click is right-click and cannot be changed.
Instead change input detection to use
Input.is_command_or_control_pressed()
. Then the commands will be inverse: ctrl/cmd, alt mode: alt/option/keybind.In the meantime, macos users can inverse by first clicking and holding, then pressing ctrl.
The text was updated successfully, but these errors were encountered: