Page 1 of 1

Automatic update menu icon for urls

Posted: Apr 5th, ’25, 00:02
by jolly
Is there any way to get the automatic update menu icons feature to work for entries that are not just a URL/APP? ie partial matches?

EX: I have a start menu entry

Code: Select all

C:\scripts\OpenFind.exe https://chat.openai.com/chat "ChatGPT"
or

Code: Select all

C:\scripts\OpenFind.exe %LOCALAPPDATA%\slack\slack.exe
It'd be great to have it download and use the correct icons for me.
(OpenFind is an ahk script that will find that open window, or launch the app. For webpages it launches it in a single app window)


Theres also a bug where it wont always correctly get the icon - for example https://gemini.google.com

Re: Automatic update menu icon for urls

Posted: Apr 5th, ’25, 18:38
by Marko
Thanks, we'll see if this could be improved in one of the future releases.
Until then you can manually set any menu icon. ;)

Re: Automatic update menu icon for urls

Posted: Apr 9th, ’25, 21:15
by jolly
@Marko what about it not working for all urls? Like https://gemini.google.com

Re: Automatic update menu icon for urls

Posted: May 21st, ’25, 21:07
by jolly
also it overrides existing icons that I've manually added :/ @marko

Re: Automatic update menu icon for urls

Posted: May 26th, ’25, 16:29
by Marko
FastKeys tries to retrieve the favicon from the webpage, but it seems the Gemini page icon is not located in the standard location. Manually added icons should not be overridden. Can you reproduce the issue step by step?