microsoft / microsoft/ZoomitForMac
[Bug]: Korean IME composition issue in Typing Mode (characters are separated)
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 1k
- Forks
- 49
- Avg merge
- 23h 9m
- Merged PRs (30d)
- 2
Description
Description
When typing Korean in Typing Mode (pressing 'T'), the characters do not combine properly. Instead, they are separated into individual consonants and vowels (a known as IME composition issue).
Current Behavior
When typing Korean characters, they are not composed together. Instead, they are rendered as separated individual consonants and vowels on the screen.
- For example, typing "가나다" results in "ㄱ ㅏ ㄴ ㅏ ㄷ ㅏ"
Expected Behavior
Korean characters should be correctly composed and combined according to the macOS standard IME behavior.
Steps to Reproduce
- Enter Drawing mode (Control+2).
- Press T to enter Typing Mode.
- Change the macOS input source to Korean.
- Type "가나다"
- Observe the separated characters instead of combined ones.
Product Version
Sysinternals ZoomIt 12.21.0
macOS Version
Tahoe 26.6.1
Additional Context
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Typing Mode entry point reached by T after entering Drawing mode, then reproduce the issue with the macOS Korean input source and "가나다". Done means Korean syllables are composed rather than displayed as separate consonants and vowels.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100