-
Notifications
You must be signed in to change notification settings - Fork 78
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
Bug: Lower windows by middle clicking on title bars: Can't close Windows Terminal tabs #11
Comments
Yes, the blacklist should be active for the Lower action, I will try to fixit and if I cannot, I will add a specific lowerMMB blacklist. (just in the .ini file) so that you can specifically disable this behavior for any program. |
The solution seems to be a simple blacklist. |
Works! 🙂 |
This is a bug of Windows terminal that actually does not respond properly to the WM_NCHITTEST message. Maybe it will be fixed, but an other workaround could be to use the "showTabsInTitlebar": false setting for Windows Terminal Again Microsoft will maybe fix this... |
Well Microsoft fixed the WM_NCHITTEST in the maximize button but it seems they will not fix the titlebar soon: microsoft/terminal@ccc7468 |
Windows Terminal displays its tabs on top of the title bar, thus making closing the tabs with a middle click impossible (with "Lower windows by middle clicking on title bars" enabled). Disabling the option immediately remedies the issue.
I should be able to blacklist it, but ideally AltDrag would be able to cope with windows that display like this (which I haven't seen done other than by Windows Terminal).
Thanks!
The text was updated successfully, but these errors were encountered: