giangvo / alfred-workflow-nodejs

A small library providing helpers to create Alfred Workflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event listener for selecting feedback with return key.

emphaticsunshine opened this issue · comments

How do I listen to event when "Feedback A" or "Feedback B" is selected by return key?

commented

When an item is selected with the return key, the item's arg property is passed as the input (also called query) to the next node in the workflow. You can't listen for the return key press directly.

The Alfred docs have more details.