feat(electron): add editMenu to enable copy/paste keyboard shortcuts #192

Merged
jose merged 3 commits from electron-copy-paste-keyboard-shortcuts into master 2025-09-01 09:05:28 +00:00
Owner
  • Add 'editMenu' role to AppMenuBarMenuTemplate in setup.ts and index.ts
  • Enables standard keyboard shortcuts (Cmd+C, Cmd+V, etc.) in Electron app
  • Fixes issue where copy/paste shortcuts were not working in text inputs
  • Maintains existing clipboard service functionality for programmatic operations

Resolves keyboard shortcut functionality for better user experience in desktop app.

- Add 'editMenu' role to AppMenuBarMenuTemplate in setup.ts and index.ts - Enables standard keyboard shortcuts (Cmd+C, Cmd+V, etc.) in Electron app - Fixes issue where copy/paste shortcuts were not working in text inputs - Maintains existing clipboard service functionality for programmatic operations Resolves keyboard shortcut functionality for better user experience in desktop app.
jose added 3 commits 2025-08-29 10:12:59 +00:00
- Create separate Electron-specific capacitor config
- Update build script to not copy main config to Electron directory
- Fix TypeScript compilation by excluding main config from Electron tsconfig

Resolves TypeScript compilation errors in npm run build:electron:dev
- Add 'editMenu' role to AppMenuBarMenuTemplate in setup.ts and index.ts
- Enables standard keyboard shortcuts (Cmd+C, Cmd+V, etc.) in Electron app
- Fixes issue where copy/paste shortcuts were not working in text inputs
- Maintains existing clipboard service functionality for programmatic operations

Resolves keyboard shortcut functionality for better user experience in desktop app.
Owner

👍

(Seems like I've seen similar code elsewhere.)

👍 (Seems like I've seen similar code elsewhere.)
jose added 1 commit 2025-09-01 09:05:00 +00:00
jose merged commit aa64f426f3 into master 2025-09-01 09:05:28 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: trent_larson/crowd-funder-for-time-pwa#192