How to Search and Examining Built-in Variables in AutoHotkey

preview_player
Показать описание

TLDR: The video explains how to use a script to examine and search through the built-in variables in AutoHotkey, which is useful for quickly finding and reminding yourself of the values and parameters you need when programming.

1. 00:00 📝 The video explains how to use a script to examine and search through the built-in variables in AutoHotkey.

2. 00:50 💡 The values of the built-in variable "desk" are shown in Alchemist version V1, and a similar approach was made for version V2.

3. 01:11 📝 There are over 100 built-in variables in V1 and V2, which is useful for quickly finding and reminding yourself of the values and parameters you need when programming.

4. 01:59 😄 The video discusses the availability of two versions of a hotkey and recommends using V2.

5. 02:16 📚 There is a V1 variable available and joining the HK hero group can provide more information and assistance in learning AutoHotkey.
Рекомендации по теме
Комментарии
Автор

I personally think having the descriptions of each built-in variable in the script is really important to be included as well, not just Variable Name & Current Value. Then the user doesn't have to look up the documentation for that matter.

LeonAlkoholik