Skip to content

Is it possible to rename * at TrayTip? #191

Answered by spyoungtech
i448 asked this question in Q&A
Discussion options

You must be logged in to vote

In v1.1.0 new methods are added to support this.

from ahk import  AHK()
ahk = AHK()
ahk.menu_tray_tooltip('My Program Name')

You can also change the icon, too:

# change the tray icon (in this case, using a builtin system icon)
ahk.menu_tray_icon('Shell32.dll', 174)

# revert it back to the original:
# ahk.menu_tray_icon()

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@spyoungtech
Comment options

Answer selected by spyoungtech
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants