Created
June 21, 2012 13:43
-
-
Save rohinomiya/2965792 to your computer and use it in GitHub Desktop.
AutoHotKeyで、IMEがOFFの時のみホットストリングを有効にする(文字置き換え) ref: http://qiita.com/items/7334577b7586fc3c2dd2
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
#include <ime> ; ime.ahk (【入手先】http://d.hatena.ne.jp/blechmusik2/20120126/1327510037) | |
#If ! IME_GET() ; IME がOFFの時だけ有効 | |
::ahk::AutoHotKey | |
#If ; End #If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment