From 0014f7ed88f5e9e227aad8e97237dbbcee48d106 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Fri, 8 Sep 2023 17:51:29 +0900 Subject: [PATCH] Add pointer section to disable Microsoft IME Closes #300 --- windows/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/README.md b/windows/README.md index 76613b52..f0dc2707 100644 --- a/windows/README.md +++ b/windows/README.md @@ -176,6 +176,10 @@ Cons for Microsoft IME - Needed to tab, not in space to get date as "きょう" - No way to get date with ISO 8601 format +## How to completely disable Microsoft IME after installed Google Japanese Input? + +[#300](https://github.com/kachick/dotfiles/issues/300) is the steps. + ## How to copy and paste in alacritty? [Add shift for basic keybinds, not just the ctrl+c, ctrl+v](https://github.com/alacritty/alacritty/issues/2383)