xterm.js
xterm.js copied to clipboard
Keyboard input duplicated on Android with physical keyboards
Details
- Browser and browser version: Chrome 143.0.7499.15
- OS version: Android 16
- xterm.js version: One that is bundled in the latest VSCode
Steps to reproduce
- Prepare an Android device with a physical keyboard
- Open GitHub Codespace for an arbitrary project
- Open the integrated terminal
- Press two keys "J" and "K" simultaneously
Expected result: jk or kj appears on the terminal.
Actual behavior: kjj appears on the terminal.