-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Add more shortcuts #33
Comments
Adding tasks in the mouse pointer location or top of the selected task is a very handy feature. and I think besides this, the application should have another shortcut to open the task creation window. because this can be confusing. |
What if, when you press the New Task shortcut, the New Task creation window opens and it contains a drop-down menu at the top labelled "List" where you can select which list the new task will be added to, and by default the list selected is the list under the mouse cursor when you triggered the shortcut? That should avoid the confusion, I think. So it would go like this:
|
Cool idea! |
A few suggestions:
v1:
New Task (Ctrl + T)
New List (Ctrl + L)
v2:
New Task (Ctrl + N)
New List (Ctrl + Shift + N)
Only issue I see is:
How does the New Task shortcut knows which list to add a new task to?
Possible solution:
New task is added to the list under your mouse cursor. This way, you can use both hands to speed up task creation — one hand hovers of a list, the other hand presses the New Task shortcut.
The text was updated successfully, but these errors were encountered: