-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some users prefer to use AutoHotKey v2, so this commit adds a check for both komorebi.ahk and komorebi.akh2 files, and the corresponding AHK executables, whenever commands around configuration loading are run (on startup, when manually reloading, and when watching for changes). If both files exist in the home directory, komorebi.ahk will be preferred (at least until AHKv2 is out of beta). An example of a configuration file compatible with AHKv2 by @crosstyan has been added to the documentation. resolve #10
- Loading branch information
Showing
3 changed files
with
66 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters