-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
Warning
nodejs & PremiereRemote are both requirements for my repo's functionality. As of Release v2.18.0 they will both be installed alongside my repo.
- Download and install AHK v2.0.
- Download the latest release
- Download and install either;
-
Notepad++
- Then download and install the ahk language for notepad++
-
VSCode
- Then install an AHK extension by
thqbywithin the program for a more complete package.
- Then install an AHK extension by
-
Notepad++
Once you've followed the steps above, simply run the release .exe and follow the onscreen instructions.
Warning
Please wait patiently, the extraction process may take a moment as it extracts the release.
Tip
If you're a little unsure about running the install .exe (as you should be!) feel free to take a look at generateUpdate.ahk - this is the script I use to generate each release!
As you'll be able to see within that script, I use a (now depreciated) 7zip lib from thqby to compress my entire repo into a .zip file, then I use the standard ahk2exe script that comes with AHK itself to compile a .exe of that .zip file alongside the installation GUI you see when you run the .exe.
To use any of my classes/functions in your own scripts you can add them like so;
#Include '%A_Appdata%\tomshi\lib'
#Include Classes\[script.ahk]
#Include Functions\[script.ahk]Note
If you use any scripts that require Core Functionality.ahk in any way, you must ensure Core Functionality.ahk is open and fully loaded before any of those scripts are run
Caution
- Do not store any of your own scripts in the directory you selected to install my repo, that folder may be wiped during any update processes and no backups will be created prior. You may lose anything you store in there.
- If you are using any of my scripts in your own workflow, it is recommended that you always ensure
Core Functionality.ahkis run before any other script that calls anything from my repo. This can be achieved by following a similar layout to the scripts in..\PC Startup\. During installationInitialise.ahkhas a shortcut created inshell:startupto run on pc startup and should launchCore Functionality.ahk, but if you don't follow the examples and ensure your own scripts run after this one you may run into some errors.
Keeping Track
Keyboard Shortcut Adjustments
libs & Classes
Editors
Apps
Other lib files
Hotkeys
Timer Scripts
- adobe fullscreen check.ahk
- Alt_menu_acceleration_DISABLER.ahk
- autosave.ahk
- gameCheck.ahk
- Multi-Instance Close
Other Scripts
Other Guides