Autohotkey - Configuration
Symlink Documents\Autohotkey
- I use syncthing to sync all my files between my devices, including all the misc autohotkey libraries i use.
mklink /D C:\Users\yuriy\Documents\Autohotkey C:\Users\ity\Syncthing\Scripts\AutoHotKey
This way autohotkey scripts check my syncthing Authotkey lib folder for libraries instead of \Documents\Autohotkey\Lib, and i don’t have to constantly sync the two folders with each other.
Dark Theme for autohotkey.chm
- Changing the autohotkey Documentation theme to a dark theme does not save it to the settings file, only sets the theme for the current instance.
- When trying to save it you will receive an ActiveX Error, and then a failure due to chm not being run as administrator.
- Fix: Copy
chm_config.js
to the following location:C:\Program Files\AutoHotkey\chm_config.js
- chm_config.js
Last updated on July 17, 2024. For any questions/feedback, email me at blog@zinchuk.xyz.