Desktop: Handle keyboard shortcuts that are skipped by CEF on Mac#4322
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a macOS-specific keyboard handler to support standard editing shortcuts (such as Cmd+A, Cmd+C, Cmd+V, etc.) and document navigation. Feedback on the implementation highlights an eager return bug in the command shortcut block that prevents other command shortcuts from being handled, as well as a non-standard shortcut mapping for document-level selection (using Option+Shift instead of Cmd+Shift). A refactoring suggestion is provided to address both issues.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
!build desktop (Run ID 29123173272) |
|
|
|
04074bc to
fdc1475
Compare
|
!build desktop (Run ID 29329079093) |
|
|
|
fdc1475 to
b506777
Compare
fixes #3516
depends on #4321