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
Copy file name to clipboardExpand all lines: docs/api/events/keypressontodo_event.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,14 @@ The key codes described below are not available if focus is set on the Search ba
72
72
|**ArrowUp**|arrowup| Moves the selection up to the previous task |
73
73
|**ArrowDown**|arrowdown| Moves the selection down to the next task |
74
74
|**Ctrl(Cmd)+Enter**|ctrl+enter| Opens the editor of the selected task |
75
-
|**Ctrl(Cmd)+Click** /<br>**Ctrl(Cmd)+Shift+Click** <br> added in v1.1|ctrl /<br>ctrl+shift|Selects multiple tasks with all their children.<br> If the task is currently selected - unselects it, moreover:<br> - If the task has parents which are also selected - unselects the task together with its parents.<br> - If the task has children which are also selected - unselects only the task itself.|
76
-
|**Shift+Click** <br> added in v1.1|shift|Selects a range of tasks|
77
-
|**Shift+ArrowUp** <br> added in v1.1|shift+arrowup|Selects a task above the current one.<br> If the task above is currently selected - unselects it|
78
-
|**Shift+ArrowDown** <br> added in v1.1|shift+arrowdown|Selects a task (and all its children) below the current one.<br> If the task below is currently selected - unselects it|
75
+
|**Ctrl(Cmd)+Click** /<br />**Ctrl(Cmd)+Shift+Click** <br /> added in v1.1|ctrl /<br />ctrl+shift|Selects multiple tasks with all their children.<br /> If the task is currently selected - unselects it, moreover:<br /> - If the task has parents which are also selected - unselects the task together with its parents.<br /> - If the task has children which are also selected - unselects only the task itself.|
76
+
|**Shift+Click** <br /> added in v1.1|shift|Selects a range of tasks|
77
+
|**Shift+ArrowUp** <br /> added in v1.1|shift+arrowup|Selects a task above the current one.<br /> If the task above is currently selected - unselects it|
78
+
|**Shift+ArrowDown** <br /> added in v1.1|shift+arrowdown|Selects a task (and all its children) below the current one.<br /> If the task below is currently selected - unselects it|
79
79
|**Ctrl+ArrowUp**|ctrl+arrowup| Moves the selected task up within the same level |
80
80
|**Ctrl+ArrowDown**|ctrl+arrowdown| Moves the selected task down within the same level |
81
81
|**Space**|space| Marks a task as complete or incomplete depending on its initial state |
82
-
|**Delete/<br>Backspace**|delete/<br>backspace | Removes the selected task by the following logic:<br> - after removing a child task, moves the selection down/up until it reaches the parent task <br>- after removing a parent task, moves the selection down to the next parent task if it's exist; otherwise, moves the selection up to the previous parent task |
82
+
|**Delete/<br />Backspace**|delete/<br />backspace | Removes the selected task by the following logic:<br /> - after removing a child task, moves the selection down/up until it reaches the parent task <br />- after removing a parent task, moves the selection down to the next parent task if it's exist; otherwise, moves the selection up to the previous parent task |
83
83
|**ArrowRight**|arrowright| Expands the collapsed parent task |
84
84
|**ArrowLeft**|arrowleft| Collapses the expanded parent task. If the task is already collapsed or does not have child tasks, moves selection to the parent task |
85
85
|**Tab**|tab| Demotes the nesting level of the task to one lower level |
Copy file name to clipboardExpand all lines: docs/api/rest_api/routes/put_routes/put_tasks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ Example:
56
56
57
57
You can find another example of the task object in the [**tasks**](/api/configs/tasks_config/) section.
58
58
59
-
To update multiple tasks with one request, you should add an array of tasks objects with necessary changes to the **batch** object in the request body.<br> In this case the task ID in the request line is also mandatory with all task parameters that precede the **batch** object in the request body.
59
+
To update multiple tasks with one request, you should add an array of tasks objects with necessary changes to the **batch** object in the request body.<br /> In this case the task ID in the request line is also mandatory with all task parameters that precede the **batch** object in the request body.
0 commit comments