Last active
March 22, 2025 14:05
-
-
Save yocoldle/86fb48880398df0799e15079d9e5d6f0 to your computer and use it in GitHub Desktop.
单击 Esc 强制切换输入法为英文状态(AutoHotKey v2 脚本)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~Esc::SendMessage(0x283, 0x2, , , DllCall("imm32\ImmGetDefaultIMEWnd", "UInt", WinExist("A"))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment