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
Describe the bug
If I click the middle mouse button in, say, the Google Chrome browser, I get two clicks instead of one. This also causes middle mouse button issues in Ultimate Midi Plugin's VST UChord. Fortunately, not a lot of programs uses a middle mouse click.
To Reproduce
Steps to reproduce the behavior:
Open Google Chrome
Click on a bookmark favorite with the middle mouse button. This is the same as Ctrl + Click with left mouse button which opens the bookmark in a new tab.
The bookmark will be open in two identical tabs.
Expected behavior
Only one tab should open in a new tab.
Screenshots
N/A
Desktop (please complete the following information):
OS: Windows 10
Additional context
Setting middleclicktopan to 0 in the settings.ini file doesn't fix the issue, so I just inserted a Return before any of the code in the ~$MButton Up:: routine on line 621
The text was updated successfully, but these errors were encountered:
Describe the bug
If I click the middle mouse button in, say, the Google Chrome browser, I get two clicks instead of one. This also causes middle mouse button issues in Ultimate Midi Plugin's VST UChord. Fortunately, not a lot of programs uses a middle mouse click.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only one tab should open in a new tab.
Screenshots
N/A
Desktop (please complete the following information):
Additional context
Setting middleclicktopan to 0 in the settings.ini file doesn't fix the issue, so I just inserted a Return before any of the code in the ~$MButton Up:: routine on line 621
The text was updated successfully, but these errors were encountered: