Skip to content

Commit

Permalink
Try to disable Alt+` behavior
Browse files Browse the repository at this point in the history
Update `tip_text_service.cc`.
  • Loading branch information
niwazukihon authored Dec 18, 2024
1 parent 7034234 commit 5c912b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/win32/tip/tip_text_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c912b9

Please sign in to comment.