This script is so amazingly close to being perfect. The problem is if you have a track selected everything is moved forward in time. This at least seems to be the case for me. Is a there a way to fix this ?
In the mean time I fixed another issue with it I was having. If you hold down alt and scroll to zoom in (Like in AE), and then press and hold the middle mouse button afterwards to move around the timeline, it instead selects. I’ve fixed this by adding a simple SendInput {Alt Up} right after the MButton::
Like this:
#IfWinActive Adobe Premiere Pro
MButton::
SendInput, {LAlt Up},
Send, {h}{LButton Down}
KeyWait, MButton,
SendInput, {LButton Up}{v}
Return
However I can’t figure out a way to fix the first issue I mentioned