I would like a TrayTip that one of my scripts puts out to open the same, specific file when clicked, but I see nothing about this in the documentation.

While I’m at it, is there a way to change the height of the tray tip?

  • Onomatopoeia@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    8 days ago

    Not exactly what you’re looking for, but there’s an old script in the help files called Favorite Folders that may do what you need, or lead you to a solution.

    I’ll see if I can find it.

    Look in the AHK Help for “Easy Access to Favorite Folders” By Savage.

    I’ve used this script since about 2008, and learned a lot from it.

    Another idea - have a separate script running that waits for the Tray Top and it’s text, gets the X, Y coordinates, and if there’s a click there opens your file. I’m not sure if this will be easy to do or is realistic at all.