Skip to content

Commit

Permalink
Update README: Drag&Drop now works and F2-Rename was added
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjarrigan committed Mar 28, 2023
1 parent 3cbf57f commit db816a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ You can nest as deeply as you want, there is no hardcoded limit.
## Controls

1. <kbd>Enter</kbd> - Create a new entry on the same level as the selected item (or top level if nothing is selected)
2. <kbd>⇧ Shift</kbd> + <kbd>Enter</kbd> - Create a new entry on as child-task of the selected item (or top level if nothing is selected)
2. <kbd>⇧ Shift</kbd> + <kbd>Enter</kbd> - Create a new entry as child-task of the selected item (or top level if nothing is selected)
3. <kbd>LBM</kbd> Select an item
4. <kbd>LBM</kbd> Deselect the active item
5. **[not yet implemented]** `Drag & Drop` items to reorder and/or regroup them
5. `Drag & Drop` items to reorder and/or regroup them
6. <kbd>F2</kbd> Rename the selected task

## Storage

Expand Down

0 comments on commit db816a3

Please sign in to comment.