Created
April 10, 2018 09:12
-
-
Save yyamasak/ad0bb7c98fc147945815f7005f9f1076 to your computer and use it in GitHub Desktop.
Map short ESC to IME ON/OFF and long ESC to Escape
This file contains hidden or 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:: | |
KeyWait, Esc, T0.1 | |
if ErrorLevel | |
send,{Esc} | |
else | |
send,!{vkC0} | |
keywait, Esc | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment