Jump to content

voidPortal

Member
  • Posts

    3
  • Joined

  • Last visited

Posts posted by voidPortal

  1. on alfred_script()
    	set step_size_ to 7
      	set volume_ to output volume of (get volume settings)
    
    	if volume_ > (100 - step_size_) then
    		set volume output volume 100
    	else
    		set volume output volume (volume_ + step_size_)
    	end if
    	if output muted of (get volume settings) is true then
    		set volume without output muted
    	end if
    end alfred_script
    

    (And adjust the step size to whatever you want).

     

    Do the same thing for Decrease Volume, etc...

     

    Thank you! This showed me (newbie as of today with Alfred Remote) exactly what I needed to see to start working with AppleScripts in Alfred Remote.

×
×
  • Create New...