-
-
Notifications
You must be signed in to change notification settings - Fork 783
Support Microsoft modern Japanese IME #10093
Copy link
Copy link
Closed as not planned
Labels
Abandonedrequested reports or updates are missing since more than 1 year, author or users are not available.requested reports or updates are missing since more than 1 year, author or users are not available.app/windows-interfaceInteractions between NVDA and the default Windows GUIInteractions between NVDA and the default Windows GUIfeature/i18nInternationalization featuresInternationalization featuresp3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Metadata
Metadata
Assignees
Labels
Abandonedrequested reports or updates are missing since more than 1 year, author or users are not available.requested reports or updates are missing since more than 1 year, author or users are not available.app/windows-interfaceInteractions between NVDA and the default Windows GUIInteractions between NVDA and the default Windows GUIfeature/i18nInternationalization featuresInternationalization featuresp3https://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#priorityhttps://github.com/nvaccess/nvda/blob/master/projectDocs/issues/triage.md#prioritytriagedHas been triaged, issue is waiting for implementation.Has been triaged, issue is waiting for implementation.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Windows 10 Insider build already comes with the modern Japanese IME, which uses the same architecture as the Cloud Clipboard and the Emoji Panel.
NVDA already have AppModule for them, so modern Japanese IME does not work.
Describe the solution you'd like
I have worked around NVDA snapshot alpha 18399, and the Windows Insider build 18956.
Following app module gives the same experiences as with Japanese IME of Windows 10 version 1903.
It breaks current support for Cloud Clipboard and Emoji Panel, though.
Describe alternatives you've considered
I am studying windowsinternal_composableshell_experiences_textinput_inputapp.py
and understand that it is difficult to know which event comes from which application or input system.
Because modern Japanese IME is still in preview, we should give feedback to Microsoft regarding this, such as to use different class names for them.
Additional context
The new IME once appeared in Windows Insider build 18277 last year, but it is not released with version 1903.
I am testing with the Fast Ring of Windows 10 Insider. However, it is reported by another user that the modern Japanse IME comes with Slow Ring as well, which is targeting version 19H2.
I have filed previous issues regarding Japanese IME such as #2730 and #2776.
They should be nice to have with new IME as well.
However, this issue is limited to give the support of the same level as current IME by NVDA.