You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
...then I will find myself in the append task text input with a "q" filled in the text input. Here's a screen recording of this sequence:
I am guessing that the Quick Add shortcut works by raising the app and then firing a keydown event with "q" to trigger the Todoist shortcut for quick add. If this is indeed the case, can this keydown sequence precede the "q" with a press of the Escape key? This way it closes whatever mode I left the app in and I get the Quick Input every time.
The text was updated successfully, but these errors were encountered:
hey @awmottaz, thanks for so good report and the gif.
It works exactly as you mentioned. The qucik-add event opens the todoist window and then simulates q button press. I'll take a look if sending esc key will help (it definitely should help).
When I perform the following steps...
a
to append a task to the project...then I will find myself in the append task text input with a "q" filled in the text input. Here's a screen recording of this sequence:
I am guessing that the Quick Add shortcut works by raising the app and then firing a keydown event with "q" to trigger the Todoist shortcut for quick add. If this is indeed the case, can this keydown sequence precede the "q" with a press of the Escape key? This way it closes whatever mode I left the app in and I get the Quick Input every time.
The text was updated successfully, but these errors were encountered: