Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
Created June 21, 2012 13:43
Show Gist options
  • Save rohinomiya/2965792 to your computer and use it in GitHub Desktop.
Save rohinomiya/2965792 to your computer and use it in GitHub Desktop.
AutoHotKeyで、IMEがOFFの時のみホットストリングを有効にする(文字置き換え) ref: http://qiita.com/items/7334577b7586fc3c2dd2
#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