Closed
Description
Test for #7045:
- Windows - @rebornix
- OS X - @kieferrm
- Linux - @joaomoreno
The integrated terminal now supports input via IMEs (Input Method Editors). During development I tested this across all 3 OS' with Japanese and Korean IMEs as I'm familiar with them. Here are some things to try:
- Install/enable an IME for the OS, preferably not Japanese/Korean
- Test input, if you're familiar with the IME try all the edge cases
- Multiple character compositions?
- Multiple keystrokes per character?
- Multiple characters reducing to a single character?
- Test executing a command using the text (eg.
echo
)
See xtermjs/xterm.js#175 for more details on the change and testing that was performed at implementation time.