Skip to content

Instantly share code, notes, and snippets.

@rohinomiya
rohinomiya / run_GoogleIME_word_register_dialog.ahk
Created August 27, 2011 08:28
AutoHotKey script / run GoogleIME word register dialog when press [ctrl]+[f10] key
; run GoogleIME word register dialog when press [ctrl]+[f10] key.
#NoEnv
#NoTrayIcon
#Persistent
run_googleime_word_register_dialog()
{
GoogleIMEToolPath = C:\Program Files\Google\Google Japanese Input\GoogleIMEJaTool.exe
Option = "--mode=word_register_dialog"