|
20 | 20 | | ClipboardEngine | ✅ | copy + autoClear + detectKeys completed | |
21 | 21 | | MaskingCoordinator | ✅ | isDemoMode / activeContext / pattern matching completed | |
22 | 22 | | IPCServer (WebSocket) | ✅ | handshake / state_changed / pattern_cache_sync / toggle_demo_mode / nmh clientType | |
23 | | -| HotkeyManager | ✅ | `⌃⌥⌘D` toggle, `⌃⌥Space` hold detection, `⌃⌥[1-9]` paste, flagsChanged listener | |
| 23 | +| HotkeyManager | ✅ | `⌃⌥⌘D` toggle, `⌃⌥Space` hold detection, `⌃⌥⌘[1-9]` paste, flagsChanged listener | |
24 | 24 | | Floating Toolbox (HUD) | ✅ | NSPanel floating window, hold-to-search, Scheme B lock, ↑↓ navigation | |
25 | 25 | | ToolboxState (ViewModel) | ✅ | Search filtering, selection state, release/confirm/dismiss logic | |
26 | 26 | | FloatingToolboxController | ✅ | NSPanel management, cursor positioning, locked mode makeKey | |
|
33 | 33 | | Feature | Spec Section | Priority | Notes | |
34 | 34 | |---------|-------------|----------|---------| |
35 | 35 | | `⌃⌥⌘V` capture clipboard | Spec §4.4 | Medium | HotkeyManager not yet wired to ClipboardEngine.detectKeys | |
36 | | -| Linked Key Groups (sequential paste) | Spec §6.3 | Medium | `LinkedGroup`/`GroupEntry` structs not yet created | |
| 36 | +| ~~Linked Key Groups (sequential paste)~~ | Spec §6.3 | ~~Medium~~ | ✅ `LinkedGroup`/`GroupEntry`/`SequentialPasteEngine` complete, Settings UI group management (CRUD), `request_paste_group` IPC handler | |
37 | 37 | | Shortcut conflict detection | Spec §4.4 | Low | | |
38 | 38 | | Import / Export vault | Spec §9.1 | Low | | |
39 | 39 |
|
@@ -129,7 +129,7 @@ Per Spec §9 Roadmap: |
129 | 129 | ### Phase 2: Clipboard + Hotkeys ✅ |
130 | 130 | 6. ~~ClipboardEngine~~ ✅ |
131 | 131 | 7. ~~HotkeyManager (hold detection + flagsChanged + keystroke forwarding)~~ ✅ |
132 | | -8. ~~Floating Toolbox HUD (NSPanel + hold-to-search + Scheme B lock + `⌃⌥[1-9]` paste)~~ ✅ |
| 132 | +8. ~~Floating Toolbox HUD (NSPanel + hold-to-search + Scheme B lock + `⌃⌥⌘[1-9]` paste)~~ ✅ |
133 | 133 |
|
134 | 134 | ### Phase 3: IPC + VS Code Extension ✅ |
135 | 135 | 9. ~~IPCServer~~ ✅ |
|
0 commit comments