Implement selection shortcut keys

This commit is contained in:
Nettika 2026-01-29 01:29:25 -08:00
parent aa7e588980
commit 3b42ce9f88
No known key found for this signature in database
4 changed files with 116 additions and 5 deletions

View file

@ -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)