You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typing mode (T in draw mode) only accepts ASCII letters and digits. Text composed through a macOS input method (IME) — e.g. Traditional Chinese Zhuyin/Bopomofo, Pinyin, Japanese, Korean — never appears on screen: the candidate/composition window never shows up, and no characters are inserted. Pasting pre-copied Chinese text with Cmd+V in typing mode does not work either, so there is currently no way to put CJK text on a ZoomIt annotation at all.
Steps to reproduce
macOS 26.5.2 (build 25F84), ZoomIt for Mac 12.21.0 (latest release)
Switch the system input source to Traditional Chinese — Zhuyin (or any CJK IME)
Press Ctrl+1 (zoom), click to enter draw mode, press T for typing mode
Type — expected composition (e.g. ㄋㄧˇ ㄏㄠˇ → 你好)
Expected: IME composition window appears; the confirmed characters are drawn on screen, as when typing in any other macOS app.
Actual: Nothing appears — no composition window, no characters. Only unmodified ASCII letters/digits are drawn. Cmd+V with CJK text on the clipboard also inserts nothing.
Notes
The Windows version of ZoomIt has supported IME input in typing mode since v6.0, so this looks like a gap in the new Mac codebase rather than a design decision — typing mode appears to consume raw key events without going through the NSTextInputClient composition path.
Use case: ZoomIt is very popular with teachers presenting in CJK locales (this report comes from a classroom in Taiwan). Zoom/draw/OCR all work great; typing is the one feature we cannot use.
Summary
Typing mode (
Tin draw mode) only accepts ASCII letters and digits. Text composed through a macOS input method (IME) — e.g. Traditional Chinese Zhuyin/Bopomofo, Pinyin, Japanese, Korean — never appears on screen: the candidate/composition window never shows up, and no characters are inserted. Pasting pre-copied Chinese text withCmd+Vin typing mode does not work either, so there is currently no way to put CJK text on a ZoomIt annotation at all.Steps to reproduce
Ctrl+1(zoom), click to enter draw mode, pressTfor typing modeㄋㄧˇ ㄏㄠˇ→ 你好)Expected: IME composition window appears; the confirmed characters are drawn on screen, as when typing in any other macOS app.
Actual: Nothing appears — no composition window, no characters. Only unmodified ASCII letters/digits are drawn.
Cmd+Vwith CJK text on the clipboard also inserts nothing.Notes
NSTextInputClientcomposition path.Thanks for bringing ZoomIt to the Mac — happy to test a fix or beta build.