Jump to content

dhertz

Member
  • Posts

    3
  • Joined

  • Last visited

Contact Methods

  • Twitter
    @monkeyjelly

Profile Information

  • Location
    London

dhertz's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. you can just use keystroke to print the parameter straight in the box: on alfred_script(q) tell application "Calendar" to activate delay 0.5 tell application "System Events" keystroke "n" using {command down} keystroke q keystroke return end tell end alfred_script
  2. So Sparrow doesn't need to be in your dock: on alfred_script(q) tell application "System Events" set isSparrowRunning to exists (processes where name is "Sparrow") end tell if not isSparrowRunning then tell application "Sparrow" to launch delay 0.5 end if tell application "Sparrow" to activate --- activates sparrow tell application "System Events" tell process "Sparrow" --- implying Sparrow is already activated key code 3 using {command down, option down} --- send cmd+alt+F to Sparrow invoking search keystroke q --- enter the query end tell end tell end alfred_script also an easy link: download
  3. Updated the extension originally found here by Runar and fireshadow52. download Update 03 April: download
×
×
  • Create New...