Keyboard shortcuts to Pause/Resume screen recording in QuickTime player using apple script

Поділитися
Вставка
  • Опубліковано 2 тра 2020
  • Create an apple script using automator for assigning Custom Shortcut Keys for Pausing and Resuming while screen recording using QuickTime player.
    Below is the code for the Pause apple script:
    on run
    tell first document of application "QuickTime Player" to pause
    end run
    Code for the Resume apple script:
    on run
    tell first document of application "QuickTime Player" to resume
    end run
  • Навчання та стиль

КОМЕНТАРІ • 10

  • @johnrodriguez1988
    @johnrodriguez1988 3 роки тому +1

    Thank you, thank you, thank you!!!!!!!!!

  • @tubedim
    @tubedim 2 роки тому

    Definitely Works👌

  • @Adam-pm7zo
    @Adam-pm7zo 3 роки тому

    This works!

  • @MalluStyleMultiMedia
    @MalluStyleMultiMedia 4 роки тому

    Great info 👍 I need to get a Mac now 😀

    • @colbridge
      @colbridge  4 роки тому

      Macs are awesome for sure. But no more made is Chinas!

    • @MalluStyleMultiMedia
      @MalluStyleMultiMedia 3 роки тому

      @Source i did actually ..3 weeks ago .. it is just too good ..

  • @QA-Academy
    @QA-Academy Рік тому

    Hi bro,
    I have tried setting up shortcuts the way you said, I am getting the below error. I am using Mac OS Ventura 13.1 version.
    Please let me know what should be done to correct this.
    "The action "Run AppleScript" encountered an error: "QuickTime Player got an error: Can't get document 1. Invalid index."
    Have used the below one for both Pause and Resume.
    Pause:
    on run
    tell first document of application "QuickTime Player" to pause
    end run
    Resume:
    on run
    tell first document of application "QuickTime Player" to resume
    end run

  • @dustytheobbiest7951
    @dustytheobbiest7951 4 роки тому +2

    it doesn't work for me :(

  • @Jack_Topham
    @Jack_Topham 3 роки тому +2

    This doesn’t work sorry

  • @dustytheobbiest7951
    @dustytheobbiest7951 4 роки тому

    a