Forum Replies Created

  • Sak Wak

    August 9, 2014 at 12:55 am in reply to: ‘Hand Tool’ temporary toggle

    Oops my mistake. Your script is perfect, it’s my addition that sucks.

  • Sak Wak

    August 9, 2014 at 12:48 am in reply to: ‘Hand Tool’ temporary toggle

    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

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy