Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.35 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.35 KB

Macros

All rewriten macros for AHKv2

The enterypoint is hotkeys.ahk - thats where ALL mapping should be done.

lib folder includes macros callable from other scripts after #includeing those files; whereas scripts folder has standalone macros, which can be run directly (eg. from Corsair iCUE) or at startup (eg. Timeline scrub). I allways compile all the scripts to .exe into a ../bin/ directory - but its gitignored

Most of the original AHK Windows and Premiere macros are from a deprecated fork of @TaranVh 's 2nd_keyboard repo. They are just too old and can't ever be merged back in.

Directlaunching scripts

I'm very frustrated that Corsair iCUE won't let me run an .exe file with arguments... Because of that, many macros have to be assigned in the hotkeys.ahk files.

Roadmap

  1. Add pr_warpStabilizer macro (its a pr_presets for Warp, which also clicks the 'Analyze button')
  2. Add pr_audioSelectMonoChannel macros (eg. only use left channel from source for both outputs)
  3. Add ae_presets (same as in PrPro but for After Effects)
  4. Add pr_showLabels (just map the keys) - easy
  5. Add pr_soloTrackUnderMouse and pr_muteTrackUnderMouse script (when a button is pressed, the track that the mouse is hovering above should toggle the switch) - ideally this needs to work in the Audio Track Mixer panel as well...