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

Add ability to not send middle clicks to specific applications #91

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SilverEzhik
Copy link

This PR adds the ability to not send middle clicks to specific applications.

This can resolve #90, as well as issues in any other apps where it might not be beneficial to send middle click events. For example, Microsoft Remote Desktop will send a middle click on a three finger tap when connected to a remote machine, which can cause a double middle click.

This works by adding a new Defaults key containing an array of app bundle identifiers to ignore:

defaults write com.rouge41.middleClick ignoredAppBundles -array com.microsoft.rdc.macos com.apple.Terminal

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

Successfully merging this pull request may close these issues.

Disable paste selected-text in terminal
1 participant