Jump to content

onigirichan

Member
  • Posts

    2
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

onigirichan's Achievements

Helping Hand

Helping Hand (3/5)

1

Reputation

  1. @Vero I played with it a bit more and I think that was part of the problem! I tried doing it with an apple script instead, which then prompted me for permissions to use System Events which I allowed. After I did this, i noticed that the example in this thread of opening the note app with a new note key combo worked. So maybe it needed that permission? I still have the issue with it sometimes not working because it wont focus the chrome console but if i start the command focused in chrome it seems to work well now while at least using apple script. This ended up being what worked for me tell application "Google Chrome" activate end tell tell application "System Events" tell process "Google Chrome" keystroke "j" using {command down, option down} delay 1 keystroke "v" using {command down} delay .5 key code 36 delay 2 keystroke "j" using {command down, option down} end tell end tell
  2. I actually have this same issue, I'm trying to create a new workflow that toggles the inspect window in chrome and runs a script, but the key combo to open the inspect window is failing. I've also tried the workflow that @dp1207 has listed and the key combo part does not execute. I've tried resetting all my Alfred permissions and still am not able to get this feature functioning. I'm on Ventura 13.2 on an M2 Macbook pro. I manually added each permission listed in this article, and then ran the command at the bottom as well after that didn't resolve the issue https://www.alfredapp.com/help/getting-started/permissions/#:~:text=You can also go directly,Alfred for the relevant permissions.
×
×
  • Create New...