Jump to content

ericwbailey

Member
  • Posts

    7
  • Joined

  • Last visited

Reputation Activity

  1. Like
    ericwbailey got a reaction from Carlos-Sz in Copy equation result to clipboard in AppleScript   
    This worked perfectly! Thanks for the quick replies, guys. It totally makes sense in hindsight.
  2. Like
    ericwbailey reacted to Carlos-Sz in Copy equation result to clipboard in AppleScript   
    Here is an AppleScript code that seems to be working:

    set query to "{query}" as text set base_em to 16 set calculated_em to (query / base_em) as real set the clipboard to calculated_em as text  And here is the workflow I did to test it: download now
  3. Like
    ericwbailey got a reaction from Ddyracer in A better Mute   
    Download
    https://dl.dropboxusercontent.com/u/4265900/Alfred/Mute.alfredworkflow
     
     
    This workflow mutes the system volume with the Keyword mute, meaning that all sound coming from the computer is stopped. Typing mute again will re-enable sound. It's pretty simple, but effective:
     

     
     
    Remember to disable the iTunes mute Keyword, if previously enabled: Preferences > Features > iTunes > Keywords > Mute iTunes
     

     

    If you want a finer degree of control, you could also rig it to work in conjunction with the iTunes mute Keyword if this workflow's Keyword is changed to something different, say "muteall".
     
     
    Dependencies
    None
     
    Download
    https://dl.dropboxusercontent.com/u/4265900/Alfred/Mute.alfredworkflow
×
×
  • Create New...