-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Description
Describe the bug
When using a CJK input method in NormalMode, an issue occurs where CJK characters are being input.
- MacOS Korean Dubeolsik (two-set) Keyboard Layout
h->ㅗj->ㅓk->ㅏl->ㅣ
Current Problem:
When set to Korean input method, entering h, j, k, l in normal mode writes the characters ㅗ, ㅓ, ㅏ, ㅣ to the file.
Expected:
Expected:
When set to Korean input method, entering h, j, k, l in normal mode should not write the characters ㅗ, ㅓ, ㅏ, ㅣ to the file.
- Method 1: Since these are not h, j, k, l character inputs, the cursor should not move.
- Method 2: Since these are Korean characters corresponding to h, j, k, l, the cursor should move.
In any case, characters should not be entered in normal mode, but currently Korean characters are being written to the file.
To Reproduce
- Install Korean IME. (Korean Dubeolsik (two-set) Keyboard Layout)
- (On MacOS, use Keyboard Shortcuts > Input Sources shortcut.)
- Enter normal mode in VSCode Vim.
- Set up Korean input method. (On MacOS, use Keyboard Shortcuts > Input Sources shortcut.)
- Open file, and input h, j, k, l key.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / Video
vscodevim_bug1.mp4
Environment (please complete the following information)
- Extension (VsCodeVim) version: (1.32.2) last version, (The issue is also occurring in the previous version.)
- VSCode version: (1.107.0) last version, (The issue is also occurring in the previous version.)
- OS: MacOS 15.6.1
The issue has been continuously occurring since upgrading VSCode to a certain version or above.
Additional context
This appears to be similar to the issue at #9858.
Metadata
Metadata
Assignees
Labels
No labels