-
Notifications
You must be signed in to change notification settings - Fork 2
releaseGUI.ahk
Tomshi edited this page Apr 18, 2023
·
4 revisions
This script is not one you will need during the normal operations of my scripts, it's run during the installation process of one of my releases and gives the user the ability to speed up the installation process of my repo.
It currently gives the user the option to;
- Generate a SymLink
- A symlink between
A_MyDocuments \AutoHotkey\Lib\
is necessary for my scripts to function. This option should only be selected if my repo is placed in it's final destination. - This option requires the script to be elevated as
cmd
needs to be run as admin to create a symlink
- A symlink between
- Run
HotkeyReplacer.ahk
- Run my scripts at PC startup by generating a shortcut between
..\PC Startup\PC Startup.ahk
&C:\Users\A_UserName\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- Run
adobeKSA.ahk
to parse through the user'sPremiere
&After Effects
keyboard shortcut file and automatically assign their shortcuts toKSA.ini
valuesLearn more about adobeKSA.ahk here
*
releaseGUI.ahk
as of v2.11
Keeping Track
Keyboard Shortcut Adjustments
libs & Classes
Editors
Apps
Other lib files
Hotkeys
Timer Scripts
- adobe fullscreen check.ahk
- Alt_menu_acceleration_DISABLER.ahk
- autodismiss error.ahk
- autosave.ahk
- gameCheck.ahk
- Multi-Instance Close
Other Scripts
Other Guides