Skip to content

StyledText treats shortcuts incorrectly with Japanese keyboard layout #3306#3307

Open
tmssngr wants to merge 1 commit into
eclipse-platform:masterfrom
syntevo:styledtext-keys
Open

StyledText treats shortcuts incorrectly with Japanese keyboard layout #3306#3307
tmssngr wants to merge 1 commit into
eclipse-platform:masterfrom
syntevo:styledtext-keys

Conversation

@tmssngr
Copy link
Copy Markdown
Contributor

@tmssngr tmssngr commented May 15, 2026

On MacOS 14 with "Japanese Kana" keyboard pressing Cmd+A results in event.keycode == 12385 while event.character == 'a'.

This PR fixes the problem for me.

@Phillipus
Copy link
Copy Markdown
Contributor

Is this a problem only on on macOS 14? That's out of date now. Is it a problem on 15.7.x and 26.x?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

Test Results

  182 files  ±0    182 suites  ±0   26m 54s ⏱️ + 1m 24s
4 724 tests ±0  4 701 ✅ ±0   23 💤 ±0  0 ❌ ±0 
6 818 runs  ±0  6 655 ✅ ±0  163 💤 ±0  0 ❌ ±0 

Results for commit d426f8a. ± Comparison against base commit 81da08f.

♻️ This comment has been updated with latest results.

@tmssngr
Copy link
Copy Markdown
Contributor Author

tmssngr commented May 15, 2026

No, this problem is reproducible with MacOS 26.5, too. I have not tried on other systems though.

Are these failing Windows tests caused by this PR?

@tmssngr tmssngr force-pushed the styledtext-keys branch from f7172c9 to d426f8a Compare June 1, 2026 07:47
…clipse-platform#3306

On MacOS 14 with "Japanese Kana" keyboard pressing Cmd+A results in
event.keycode == 12385 while event.character == 'a'.
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.

2 participants