Jump to content

jiggle

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by jiggle

  1. Thanks, @Stephen_C! The `Click Menubar Item in Frontmost App` was what I needed.
  2. I know the basic setup for opening apps with a hotkey, but can I use a workflow to create hotkeys to toggle app-specific windows? I'm using the Timemator app, and it has an overview window and main window, which I want to create toggle hotkeys (the default app shortcut doesn't toggle the main window, only opening it)...
  3. I'm creating a workflow to add tasks to Nozbe using a keyword + query. I have it functioning now, however, it has a flaw I think more experience creators can tell me how to easily fix (this is my first workflow creation). Currently I have the keyword triggering an AppleScript with the following code: on alfred_script(q) tell application "Nozbe" reopen activate tell application "System Events" key code 53 delay 0.1 keystroke "i" keystroke "a" keystroke "v" using command down key code 36 key code 53 end tell end tell end alfred_script While this works, it requires saving the {query} with the "Copy to Clipboard" output and running the above AppleScript. I want to remove the need for the copy to clipboard so it doesn't clutter it up and have the query directly inputed into the highlighted text box on Nozbe. How can I run the AppleScript to paste the {query} at the bolded section of the script above?
×
×
  • Create New...