Hi,
I suggest a new default for autohotkey.
The default is typical for many other applications and should make it easier for users to activate new scripts.
What do I suggest?
When AHK is installed, a directory will be created:
Code:
%AppData%\Autohotkey\
In Windows XP this could be for example:
Code:
C:\Documents and Settings\[User Name]\Application Data\Autohotkey\
This profile will contain all user-specific files. For example:
The INI file and all scripts which should be aktivated automatically when AHK is started.
Of course the neccessary code inside the ini file then should exist.
All what a new user has to do, when he likes to add a script, which he wants to be automatically activated, is: paste it into his autohotkey profile
My motivation:
I wish that the great benefits of AHK will reach as much "normal users" as possible - without disadvantages for more experienced users.
What do you think about this suggestion?