This NVDA add-on fixes the issue where caret movements within IME composition strings are not announced correctly in Scintilla-based editors like Notepad++.
Since NVDA 2022.1, when using an Input Method Editor (IME) to input Chinese, Japanese, Korean, or other CJK characters in Scintilla-based editors (such as Notepad++), NVDA fails to:
Instead, NVDA announces "blank" for every arrow key press within the composition string.
This issue is tracked at: https://github.com/nvaccess/nvda/issues/14152
This add-on manually tracks the cursor position within IME composition strings and announces the correct character when navigating with arrow keys. It:
Simply install the add-on and use your IME as normal in Notepad++ or other Scintilla-based editors. When you type characters and use arrow keys to navigate within the uncommitted composition string, NVDA will now correctly announce each character.