Task bar "toolbar" shortcut for opening

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
likethevegetable
Posts: 81
Joined: 05 May 2021, 08:54

Task bar "toolbar" shortcut for opening

Post by likethevegetable » 05 Oct 2022, 09:16

I have a "Shortcuts" toolbar on my taskbar that I frequently use, but having to click the Tiny arrow is a bit annoying. I use different;y sized monitors throughout the day, so programming the mouse to click exact coordinates might not be viable. Does anyone know how I can make a shortcut to open it up?
image.png
image.png (62.72 KiB) Viewed 495 times

User avatar
mikeyww
Posts: 26891
Joined: 09 Sep 2014, 18:38

Re: Task bar "toolbar" shortcut for opening

Post by mikeyww » 05 Oct 2022, 09:24

Hi,

If it just opens a list of items in a specific directory, you could use a GUI or menu to create that list in AHK, simulating what the toolbar does. ImageSearch may be another option. You can have as many sequential image searches as you need. ImageSearch is quite fast if you confine it to the small area that pertains to your need.

likethevegetable
Posts: 81
Joined: 05 May 2021, 08:54

Re: Task bar "toolbar" shortcut for opening

Post by likethevegetable » 05 Oct 2022, 09:52

Thanks for the ideas, those are good starting places! You are correct that it is simply a folder view that pops up. Do you have any suggestions for GUI templates out there that could do the trick? That might even be the better solution as the window need not be confined to the little corner.


likethevegetable
Posts: 81
Joined: 05 May 2021, 08:54

Re: Task bar "toolbar" shortcut for opening

Post by likethevegetable » 05 Oct 2022, 11:15

I found this to be an "off-the-shelf" working tool: viewtopic.php?t=35763

Post Reply

Return to “Ask for Help (v1)”