Skip to content

Handle Cmd+A shortcut in Cocoa browser #3290

Open
elsazac wants to merge 1 commit intoeclipse-platform:masterfrom
elsazac:cmdAinWebBrowserCocoa
Open

Handle Cmd+A shortcut in Cocoa browser #3290
elsazac wants to merge 1 commit intoeclipse-platform:masterfrom
elsazac:cmdAinWebBrowserCocoa

Conversation

@elsazac
Copy link
Copy Markdown
Member

@elsazac elsazac commented May 7, 2026

This PR adds handling for the command+A keyboard shortcut in the internal web browser implementation.

While normal browsers support the standard command+A shortcut for Select All, it is not currently handled inside SWT for Mac. This change forwards the shortcut to the native Cocoa responder action for the currently focused control.

Screen.Recording.2026-05-07.at.6.11.16.PM.mov

This commit adds shortcut for command+A in Cocoa browser in
Eclipse internal browser like the rest of the browsers. This forwards
the MOD1+A combination to the native action.
@elsazac elsazac force-pushed the cmdAinWebBrowserCocoa branch from 3e49102 to 9e92dd8 Compare May 7, 2026 12:52
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Test Results (macos)

   58 files  ±0     58 suites  ±0   8m 1s ⏱️ + 1m 53s
4 571 tests ±0  4 324 ✅ ±0  247 💤 ±0  0 ❌ ±0 
2 202 runs  ±0  2 138 ✅ ±0   64 💤 ±0  0 ❌ ±0 

Results for commit 9e92dd8. ± Comparison against base commit 24b4c49.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant