idpaterson / alfred-wunderlist-workflow

Unbelievably fast task entry in Wunderlist with due dates, reminders, and recurrence
298 stars 8 forks source link

Do you use a hotkey to trigger this workflow? #111

Closed idpaterson closed 7 years ago

idpaterson commented 8 years ago

Quick poll, has anyone configured a hotkey for the workflow? I recently set mine up as Alt double-tap but the command format is a bit weird when triggered from a hotkey since the wl portion is omitted:

hotkey

This is a very minor detail, but if it were possible for the workflow to detect whether it is running from a hotkey it would be better to drop the hyphen separator as it is not needed and potentially misleading.

idpaterson commented 8 years ago

The hotkey is somewhat more problematic when entering tasks. There is no reason that I would think to type a space in order to start entering a task since there is no wl shown in the hotkey mode. I may need to consider allowing the task entry handler to run whenever the text does not match another handler. For example, "wls" or "s" in hotkey mode will match the wl-search handler but "Shave" in hotkey mode or more awkwardly "wlShave" should begin adding a "Shave" task. Currently the space is required, "wl Shave" and " Shave" in hotkey mode.

idpaterson commented 8 years ago

The problem described in the previous comment is now fixed, it is no longer necessary to type a space first in order to add a task when using a hotkey.

idpaterson commented 7 years ago

No interest here, closing the "poll" since the bug that arose from this discussion has been resolved.