2014年10月22日星期三

open google input using simple hotkey of "ctrl+;"

- install google input method and make the ctrl+shift+S avaible in the setting.
- install autohotkey
- make a new file with .ahk
- input the following command

^;::^+S

- run the ahk file.


2014-10-22