Jump to content

Cyberskier

Member
  • Posts

    15
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Cyberskier reacted to Siraj Samsudeen in Toggle fn Key Behavior   
    Found one here...posting it for the benefit of others. I had to set a HotKey and then it works beautifully. 
     
    https://github.com/stirtingale/Alfred---Toggle-Function-Keys-On-Of
  2. Sad
    Cyberskier got a reaction from Mr Pennyworth in GIF Search: Workflow for Searching and Browsing GIFs   
    Yep, not working on my M1, either. I get the "Loading . . ." subtitle for a split second, before it goes back to the "Search" one.
  3. Like
    Cyberskier reacted to Mr Pennyworth in GIF Search: Workflow for Searching and Browsing GIFs   
    @Cyberskier apologies! The workflow right now doesn't support M1, and I'm not sure how much of a work it would be to support it.
     
    Technical details if curious:
    The workflow ships with compiled binaries (an entire nodejs runtime and a swift app).
    As they aren't universal binaries, it won't work on an M1 mac.
    I'm working on getting rid of nodejs right now.
    After that, I'll look into making the swift app universal.
  4. Thanks
    Cyberskier got a reaction from deanishe in Changing Default "Email to.. " App from Mail to HEY?   
    I'm no longer using Hey, but did use it, and it has a web app and a macOS app (which feels like a web wrapper, but I don't know for sure).
     
  5. Like
    Cyberskier reacted to deanishe in Pass clipboard to keyboard maestro   
    The script is working properly.
     
    Try resetting the workflow cache with the query "workflow:delcache"
     
  6. Like
    Cyberskier reacted to vitor in Pass clipboard to keyboard maestro   
    Right click the Workflow in the sidebar in Alfred Preferences and pick Open in Finder.
  7. Like
    Cyberskier reacted to deanishe in Pass clipboard to keyboard maestro   
    Your workflow works, more or less.
     
    The main issue is that your Run Script has Language set to /bin/bash but you have AppleScript in it. Change Language to /usr/bin/osascript (AS)
     
    There's probably also a second issue, however. My MailTo workflow that you've based this on doesn't output a list of email addresses, it outputs a command.
     
    That is to say, if you choose two recipients, e.g. bob@aol.com and dave@hotmail.com, the output won't be bob@aol.com, dave@hotmail.com, but rather compose 'bob@aol.com, dave@hotmail.com'.
     
    You will probably also need to change line 241 of mailto.py to alter the output.
     
    I imagine you'll want it to say arg=recipients,
×
×
  • Create New...