Jūsų komentarai

It was already requested:
http://rammichael.com/7-taskbar-tweaker-v2-0/comment-page-1#comment-968

My reply:
"For the tweaker to remember your grouped windows, it has to be able to somehow identify them, like window title or window class (both are not reliable).
...

Let’s say I have this in my taskbar:
[group: notepad & firefox] [firefox] [group: notepad & explorer]
What should the tweaker remember?"


What you can do is to bind a shortcut with a specific Application ID.
One way achieving it is using win7appid:
http://code.google.com/p/win7appid/

Can't reproduce on Windows 8 x64.


What Windows version do you have?

Does it also hang if you turn on/off auto-hide from the taskbar properties?

WS_EX_TOOLWINDOW will not work, as it doesn't only hide the button on the taskbar.
I'm aware of a way to remove a window from the taskbar (using SetProp), but I don't plan to add it to the tweaker.
Where do you expect me to add this option?
> Note: For RTL language change 101<=>102

That probably should be fixed.

The "Cycle between taskbar buttons" option is also reversed in an RTL system, right?

shift + VK_OEM_COMMA / VK_OEM_PERIOD seems to work.
It should be e.g.:
[Keyboard Shortcuts]
0x25|ctrl+shift=103
This one?
> I would prefer switching order like Alt+Tab of Windows, but without the preview window that make the switching more clumsy and slower.  I'm talking about directly switch similar to Alt+Esc, but in Alt+Tab order.

I don't see a problem with using Alt+Tab.

I've used the DisabledHotkeys key to disable only Win+Q and Win+W.

Maybe it can disable Win+C and similar, too.


> but Win+Q/Win+W does nothing on my Windows 7 x64 with 7+TT 4.2.5

Did you set it in the registry? Did you restart the tweaker afterwards?