Implement selection shortcut keys
This commit is contained in:
parent
aa7e588980
commit
3b42ce9f88
4 changed files with 116 additions and 5 deletions
6
TODO.md
6
TODO.md
|
|
@ -90,9 +90,9 @@ A step-by-step checklist for porting MatterControl's design features to a Vue +
|
|||
- [x] Implement click-to-select single object
|
||||
- [x] Implement click-on-empty to deselect
|
||||
- [x] Add `selectedObjects` array to Pinia store
|
||||
- [ ] Implement Shift+click for multi-select
|
||||
- [ ] Implement Ctrl+click to toggle selection
|
||||
- [ ] Add "Select All" (Ctrl+A) shortcut
|
||||
- [x] Implement Shift+click for multi-select
|
||||
- [x] Implement Ctrl+click to toggle selection
|
||||
- [x] Add "Select All" (Ctrl+A) shortcut
|
||||
|
||||
### Selection Visualization
|
||||
- [ ] Add selection outline effect (OutlinePass or custom)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue