From 98ce811799276d734da243da6d765b58ad2fcb74 Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Sat, 11 Jul 2026 03:23:34 +0900 Subject: [PATCH] Add image to README for input mode clarification Added an image to illustrate the input mode feature. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1219fe..f7a6ceb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ cursor while Japanese input is active. When you switch back to Roman input the badge disappears, so a glance at the cursor tells you which mode you are in. +![](https://github.com/user-attachments/assets/45bcd82f-94ce-4d5d-8da5-912bb3e15469) + It reads the current input mode through the Text Input Sources API, so it works with Japanese IMEs such as Kotoeri, ATOK, and Google Japanese Input without extra setup.