I am trying to create a macro that allows me to select a website from a palette of choices.
The palette will have a list of links to different websites.
Ideally, the list would include a short description of the site and an active link.
Clicking on any of the links would open the default browser and navigate to the site.
The keyboard trigger would toggle the palette on and off.
So far, I've tried using two actions:
Custom Floating HTML prompt
Switch / Case
The code in Custom Floating HTML prompt does present a window choices. Only two at the moment. This is the code.
Select a Website:
The configuration I'm using in the Case / Switch action shown below is not working. When I choose the second option (ChatGPT), the Gemini site opens.
What am I doing wrong? Any help would be appreciated.
ScottC