ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: Mouse Wheel Scroll Can Cycle Through Applications on Taskbar

<< < (5/6) > >>

urlwolf:
Great idea.
I tried the ahk code, but it didn't work for me.
My mouse drivers are kind of funky... but the wheel does work on all other programs.
I placed the mouse on the task bar, and moved the wheel. Nothing happened.

Is there any way to debug what may be causing the problem?

Thanks

lanux128:
Is there any way to debug what may be causing the problem?-urlwolf (May 28, 2008, 03:05 AM)
--- End quote ---

i have only tested in WinXP (SP3) but for debug purpose, you can add the line in bold and see if when the mouse is over the taskbar, the tooltip shows the 'ahk_class' as "Shell_TrayWnd". that should give a clue as to whether the taskbar is detected properly.

...
If class = Shell_TrayWnd
  {
  ToolTip, ahk_class %class%
   i = 0
...
--- End quote ---

sri:
I wrote a small blog post about this at http://www.howtotuts.com/2008/05/28/how-to-switch-windows-by-scrolling-the-mouse/

lanux128:
I wrote a small blog post about this at http://www.howtotuts.com/2008/05/28/how-to-switch-windows-by-scrolling-the-mouse/-sri (May 28, 2008, 12:09 PM)
--- End quote ---

good work on Sri on the blog and the name-change. :Thmbsup: also adding a note in the original thread at the AHK forums would be nice.

Smobu:
The new script also doesn't seem to work for me. It is non-responsive when I try to to scroll on the taskbar. I'm using Vista.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version