Commit b23fc95
feat(desktop): add Edit menu with Select All command
Ensure standard Edit menu operations work with terminal:
- Copy (Cmd+C) - copies selected text to clipboard
- Paste (Cmd+V) - pastes from clipboard to terminal
- Select All (Cmd+A) - selects all terminal content
SwiftTerm handles copy/paste via NSPasteboard.general for
cross-application clipboard support.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2f5f353 commit b23fc95
File tree
1 file changed
+11
-0
lines changed- apps/desktop/Sources/PlexusOneDesktop/App
1 file changed
+11
-0
lines changedLines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
| |||
0 commit comments