From e8a4d43b338d9e8d07a7df6b5adfb4571ffa5150 Mon Sep 17 00:00:00 2001 From: PSBigBig Date: Fri, 5 Sep 2025 11:07:28 +0800 Subject: [PATCH] Update keyboard_input_methods.md --- .../LanguageLocale/keyboard_input_methods.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ProblemMap/GlobalFixMap/LanguageLocale/keyboard_input_methods.md b/ProblemMap/GlobalFixMap/LanguageLocale/keyboard_input_methods.md index ae63ecef..60107ff5 100644 --- a/ProblemMap/GlobalFixMap/LanguageLocale/keyboard_input_methods.md +++ b/ProblemMap/GlobalFixMap/LanguageLocale/keyboard_input_methods.md @@ -1,5 +1,22 @@ # Keyboard Input Methods — Guardrails and Fix Pattern +
+ 🧭 Quick Return to Map + +
+ + > You are in a sub-page of **LanguageLocale**. + > To reorient, go back here: + > + > - [**LanguageLocale** — localization, regional settings, and context adaptation](./README.md) + > - [**WFGY Global Fix Map** — main Emergency Room, 300+ structured fixes](../README.md) + > - [**WFGY Problem Map 1.0** — 16 reproducible failure modes](../../README.md) + > + > Think of this page as a desk within a ward. + > If you need the full triage and all prescriptions, return to the Emergency Room lobby. +
+ + A focused guide for bugs that originate from IME composition on Windows, macOS, Linux, iOS, and Android. Scope includes CJK IMEs (Pinyin, Wubi, Kana/Kanji, 2-set/3-set), Indic transliteration, RTL keyboards, and mixed fullwidth/halfwidth states. Use this when text looks fine to the eye but retrieval or validation behaves inconsistently across devices. ## When to use this page