Kommenttisi
The tweaker uses the system's double click handling, and it shouldn't be any different than any other double click on the system. I'm not sure why you're having this issue, perhaps there's a conflict with another customization tool or some specific configuration. I'm not sure what I can do about it, but if you find a way to reproduce the issue, please let me know.
There's no such option, but you can patch the dll file. For version 5.14 64-bit (and maybe other versions too), you can find the following bytes:
66 85 C0 78 04 8B C7 EB 05
And replace the last byte (05) with 00.
The patch makes bPersistent to always be TRUE here:
Grouping vs combining: You can see the tweaker's terminology in the help file:
Hi,
I'm sorry, but the published source code can only be used on Windows 7. Quoting from the README file on GitHub:
This repository contains most of the source code of 7+ Taskbar Tweaker. The published version is fully functional on Windows 7, but is not functional on newer Windows versions due to omitted offsets. Some other boring functionality, such as the update checking mechanism, was omitted as well.
The tweaker has the following feature: If you hold Ctrl and Shift while opening Taskbar Inspector, it won't close on focus loss and will have a close button. Perhaps that will work for you.
It's difficult for me to say anything about this without at least having the error message. Since you haven't seen it lately, I'm closing it as fixed. If that happens again, please post the full error messages and we'll try to figure out why there's an error.
Please provide more details. What is the exact error message that you're seeing? Are you using any other customization tools which might conflict with the tweaker?
So you changed it to "Enabled" in Startup in Task Manager, and it still doesn't work? I'm not sure what else can be the reason, except perhaps a third party program blocking it. One of the users told me once that he had the same issue and he found out Avast was blocking it. If you're using Avast, or another non-default antivirus, you might want to check it.
That's already possible with the advanced options. See my answer here, and adjust the value accordingly:
https://tweaker.userecho.com/topics/949-right-click-on-taskbar-items-to-minimize-window
So I understand that's it works not. If not, let me know.
Asiakastuen palvelu UserEcho
I didn't expect anyone to configure both a single click and a double click action for the same mouse button. A double click always begins with a single click which triggers the configured single click action, that's how it works. I'm not sure if that answers it or if there's another issue. I'm closing the issue for now, let me know if there's something else.