Showing posts with label mute-powertool. Show all posts
Showing posts with label mute-powertool. Show all posts

February 5, 2021

AutoHotkey: How to add a Setting for a user-configurable hotkey

In this post I explain how you can offer the option to your user to set a custom hotkey for your AutoHotkey script. This option is configurable via a AHK Icon Tray Settings menu.
I illustrate this on a example, the Mute PowerTool.

February 1, 2021

AutoHotkey: Embed image in Script / Toggle Tray icon

In AutoHotkey, you can embed an image into a Script. I've been using this for example to be able to switch a script tray icon (see mute on/off) and still provide the script as single file, without any image files dependency.I explain here in this post how to do so.