Jump to content

heldausberlin

Member
  • Posts

    12
  • Joined

  • Last visited

Reputation Activity

  1. Like
    heldausberlin reacted to stephenmcleod in Use remote to send keyboard shortcuts?   
    You want to use 'key code' rather than keystroke for those sort of things.
    on alfred_script() tell application "System Events" key code 125 end tell end alfred_script The key code 125 is for the down arrow. You'll need to add in 'using {shift down}' or similar to add in that operator.
  2. Like
    heldausberlin reacted to altryne in Sending Keyboard Modifiers (Ctrl etc.)   
    I guess great minds think the same, I wrote a remote workflow and submitted to packal (waiting to get approved) that will control the volume on your mac
     
    http://www.packal.org/workflow/remote-volume-control
  3. Like
    heldausberlin reacted to rice.shawn in Sending Keyboard Modifiers (Ctrl etc.)   
    If you want to access the volume, you might consider using AppleScript to adjust the volume directly rather than doing keystrokes. Here's a reference that you can use for that.
×
×
  • Create New...