Forum Replies Created

  • JO Hen

    August 16, 2022 at 7:17 am in reply to: *Select* all clips to right of playhead keyboard shortcut

    #ifWinActive ahk_exe Adobe Premiere Pro.exe

    F1::
    Send ^a
    Sleep 1
    Send ^k
    Send a
    Click
    return

    ctrl sign (^) before k was missing this is the correct code

  • JO Hen

    August 14, 2022 at 12:23 am in reply to: *Select* all clips to right of playhead keyboard shortcut

    I like your question, it looks like that there is no such shortcut,

    this would be useful, especially if you are zoomed out and you cut a bunch of channels at the same time.

    Then when you hover with the mouse you have to watch out not to a miss some small clip and it is left behind in the process.

    This would solve that problem.

  • JO Hen

    August 14, 2022 at 12:21 am in reply to: *Select* all clips to right of playhead keyboard shortcut

    This works but you need to position the mouse next to the playhead and then just click F1

    ———————–

    #ifWinActive ahk_exe Adobe Premiere Pro.exe

    F1::
    Send ^a
    Sleep 1
    Send k
    Send a
    Click
    return

    ————————–

    basic Autohotkey tutorial is here just if you are not familiar with it https://www.youtube.com/watch?v=lxLNtBYjkjU

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

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