From 5c912b9c9e52b9584a44ac28baa531cf116957da Mon Sep 17 00:00:00 2001 From: niwazukihon <123327761+niwazukihon@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:49:25 -0600 Subject: [PATCH] Try to disable Alt+` behavior Update `tip_text_service.cc`. --- src/win32/tip/tip_text_service.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/win32/tip/tip_text_service.cc b/src/win32/tip/tip_text_service.cc index 7ea8df23f..fc10d9c07 100644 --- a/src/win32/tip/tip_text_service.cc +++ b/src/win32/tip/tip_text_service.cc @@ -326,11 +326,6 @@ struct PreserveKeyItem { }; constexpr PreserveKeyItem kPreservedKeyItems[] = { - {kTipPreservedKey_Kanji, - {VK_OEM_3, TF_MOD_ALT}, - VK_OEM_3, - &kTipKeyTilde[0], - std::size(kTipKeyTilde) - 1}, {kTipPreservedKey_Kanji, {VK_KANJI, TF_MOD_IGNORE_ALL_MODIFIER}, // KeyEventHandler maps VK_KANJI to KeyEvent::NO_SPECIALKEY instead of