AutoHotkey常用配置

; 开发常用
^e::
    run D:\soft\java\MyEclipse for Spring 2014\myeclipseforspring.exe
return

^d::
    run D:\soft\db\PLSQL Developer\plsqldev.exe
return

; 系统工具

^n::
    run notepad
return 

^t::
    run mstsc
return

; 聊天工具

^q::
    run D:\tool\Tencent\QQ\Bin\QQScLauncher.exe
return

^w::
    run D:\tool\Tencent\WeChat\WeChat.exe
return 


;常用网站

^g::
    run https://www.google.com.hk
return

^b::
    run http://www.cnblogs.com/luoxiaolei/
return

 

posted on 2016-12-20 09:49  Simle  阅读(515)  评论(0编辑  收藏  举报