• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Fausto Hagen
  3. Posts
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 1
  • Best 1
  • Controversial 0
  • Groups 0

Posts made by Fausto Hagen

  • How to Play/Pause using spacebar key

    My favorite and most used command while watching videos on my mac.
    This code line triggers spacebar key, pausing or playing whatever running.

    osascript -e 'tell application "System Events" to key code 49'
    

    49 is the code related to spacebar, if you want to press any other keys look in the following link
    https://eastmanreference.com/complete-list-of-applescript-key-codes

    posted in Mac
    F
    Fausto Hagen
    Apr 3, 2024, 12:49 PM