Jump to content

Veniamin

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Veniamin

  1. Hi all! I want to make shortcut (ex. Option+T) than opens Telegram app with search already opened (command+K shortcut in this app).

     

    First step is easy, but how to emulate shortcut fire as a part of Workflow? 
    Tried apple script:

    Quote

    on alfred_script(q)
      tell application "System Events"
          key down command
          keystroke "k"
        key up command
    end tell
    end alfred_script


    It's give no result. 

    Need a piece of advice 🙏

    Screenshot 2023-03-27 at 12.43.35.png

×
×
  • Create New...