C6.25.1IME switching operation costdesignresearch

Switching IMEs itself costs an operation—a chord, an icon click, or a gesture

Aliases: IME switch · Chinese-English toggle · input-source switch

What it is

Moving from pinyin to English, or from Japanese kana to direct input, always spends a switch operation: Ctrl+Space, the Globe key, a tray icon, an on-screen globe, or an edge gesture. The operation writes no body text; it only changes how later keys are interpreted. People who mix Chinese and English, code comments, or Japanese–English pay a substantial keystroke budget on switching rather than on content. Switching is the IME's entry action, not candidate ranking, and not the question of whether the current mode is displayed.

Why it happens

The OS stores input sources in a ring or list; the switch command advances or pops a picker. When the ring is longer than two, one Globe press may skip the target language and need another. Chords occupy the same hands as typing, so a mid-sentence switch breaks an automated keystroke stream. An on-screen globe also pulls gaze off the caret toward a small target. Mixed Chinese–English is often slow not because pinyin is slow, but because every few words pays a switch tax. Apps cannot cancel the system switch, but they can reduce how often it is required: a code field can default to the direct source.

Studying it

Have people transcribe Chinese–English or Japanese–English alternating material, recording switch count, time per switch, and how often they overshoot to a third source. Compare chord, tray click, and on-screen globe. Independent variable: length of the input-source list. Do not use total WPM alone—carve switch time out. Pure-Chinese lab passages never measure this tax.

Where it stops holding

Monolingual users who never change source pay nothing. Voice and handwriting use another channel and skip the source ring. Some keyboards allow a temporary English insert with v or Shift while remaining in pinyin; that is a narrow escape, not a full switch. Remote desktop with a source at each end can make one intended switch affect only one end, doubling the tax.

Applying it

  • When a field is clearly URL, email, or code, switch to direct input on focus and restore on blur so the user does not switch by hand.
  • Keep the source list short; move unused layouts out of the Globe ring.
  • Do not steal focus with a mid-sentence dialog, which turns one switch into “switch away and switch back.”
  • Verify by timing a real mixed Chinese–English comment and marking every switch; if switch time exceeds about 15% of input, cut switch count before tuning candidates.

Related

  • Same group: C6.25.2 After a switch, which IME state is current must remain continuously visible · C6.25.3 Whether IME state is kept when focus moves between apps differs by platform · C6.25.4 IME state and Caps Lock are independent states that are often confused
  • Adjacent: C6.12 IME candidates · C6.08 T9 versus full keyboards
  • Search: IME switch · input source · language toggle

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C6.25.1