Windows软件清单,有些软件设置有快捷键,如果有会在软件后注明。
AutoHotKey - 面向普通电脑用户的自由开源的自动化软件工具,它让用户能够快捷或自动执行重复性任务
Total Commander - 是一款应用于 Windows 平台的文件管理器 - Alt + B
Everything - 一个可用在Windows NTFS文件系统的文件搜索引擎 - Alt + V
Microsoft Office(Word, Excel, PowerPoint) - 微软办公套件
Beyond Compare - 非常强大、专业的对比工具
SumatraPDF - PDF阅读工具 Alt + P
Ditto - 不可不用的精品免费Windows剪贴板增强小工具,方便地复制粘贴多条记录 + Ctrl + ~
OneNote - 非常好用的记笔记软件 Win + 1
sublime text 3 - 一款不错的代码编辑器 Alt + Q
eclipse - 软件开发IDEF Win + Q
IrfanView - 图片查看工具 Win + V
WeChat - 微信 - Win + S
QQ - - Win + K
QQ音乐 - - Alt + N
QQ影音 - - Alt + M
QQ电脑管家
QQ拼音输入法
QQ浏览器 - - Alt + F
腾讯视频
Google Chrome - - Alt + J
Vim
Emacs
Xshell 5 - 是一个强大的安全终端模拟软件 - Alt + E
SecureCRT - 是一款支持SSH(SSH1和SSH2)的终端仿真程序 - Alt + S
VMware Workstation - 是一款功能强大的桌面虚拟计算机软件
FileZilla - 是一个免费开源的FTP软件
Mindjet MindManager - 一款创造、管理和交流思想的通用标准的绘图软件
WinMerge - 是一款运行于Windows系统下的免费开源的文件比较/合并工具
UltraISO - 软碟通是一款光盘映像ISO文件编辑制作工具
Mysql-Front - 小巧的管理Mysql的应用程序 - Win + 3
FoxMail - - Win + 1
RTX - - Alt + R
Adobe Reader - 一款优秀的免费PDF阅读软件
Adobe Acrobat Reader - 优秀的免费PDF文档阅读软件
Win + P: 密码
Win + H: 母机密码
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
SetTitleMatchMode 2
Activate(t)
{
IfWinActive,%t%
{
WinMinimize
return
}
SetTitleMatchMode 2
DetectHiddenWindows,on
IfWinExist,%t%
{
WinShow
WinActivate
return 1
}
return 0
}
ActivateAndOpen(t,p)
{
if Activate(t)==0
{
Run %p%
WinActivate
return
}
}
;!f::ActivateAndOpen("腾讯企业门户","C:\Program Files (x86)\Tencent\QQBrowser\qqbrowser.exe")
!j::ActivateAndOpen("- Google Chrome","C:\Program Files (x86)\Google\Chrome\Application\chrome.exe")
;!e::ActivateAndOpen("- SecureCRT","C:\Program Files\VanDyke Software\SecureCRT\SecureCRT.exe")
!q::ActivateAndOpen("Total Commander (x64) 8.52a","D:\Program Files\totalcmd\TOTALCMD64.EXE")
!;::ActivateAndOpen("Everything","D:\Program Files\Everything\Everything.exe")
!a::ActivateAndOpen("emacs@","D:\Program Files\emacs\bin\runemacs.exe")
!0::ActivateAndOpen("- Mozilla Firefox","C:\Program Files (x86)\Mozilla Firefox\firefox.exe")
;!f::ActivateAndOpen("- Zim","D:\Program Files (x86)\Zim Desktop Wiki\zim.exe")
;!f::ActivateAndOpen("有道词典","C:\Users\lkong\AppData\Local\Youdao\Dict\Application\YodaoDict.exe")
#b::ActivateAndOpen("UltraEdit","C:\Program Files\UltraEdit\UltraEdit.exe")
#w::ActivateAndOpen("- Word","C:\Program Files (x86)\Kingsoft\WPS Office Professional\office6\wps.exe" /w)
;发送“%日期%当班的人是:”到剪切板,Alt+C,v1.1.20.03测试通过
#h::
{
;清空剪切板
clipboard =
;格式化输出日期
FormatTime, OutputVar, ,LongDate
;发送至剪切板
;clipboard :=OutputVar "当班的人是:"
clipboard :="xxxxxxx"
;测试代码,ctrl+v粘贴即可
;MsgBox %clipboard%
}
return
#p::
{
;清空剪切板
clipboard =
clipboard :="xxxxxxxx"
}
return
#o::
{
;清空剪切板
clipboard =
clipboard :="select * from db_vstation.t_vm where owner='0949' or owner='949' or owner='251000949';"
}
return
#u::
{
;清空剪切板
clipboard =
clipboard :="xxxxxxxx"
}
return
!s::
IfWinNotExist, ahk_class VanDyke Software - SecureCRT
Run, "C:\Program Files\VanDyke Software\SecureCRT\SecureCRT.exe"
Else
{
IfWinActive, ahk_class VanDyke Software - SecureCRT
WinMinimize,
Else
WinActivate,
}
return
!e::
IfWinNotExist,ahk_exe Xshell.exe
Run, "D:\Program Files (x86)\NetSarang\Xshell 5\Xshell.exe"
Else
{
IfWinActive,ahk_exe Xshell.exe
WinMinimize,
Else
WinActivate,
}
return
!f::
IfWinNotExist, ahk_class QQBrowser_WidgetWin_0
Run, "C:\Program Files (x86)\Tencent\QQBrowser\qqbrowser.exe" -sc=desktopshortcut -fixlaunch=0
Else
{
IfWinActive, ahk_class QQBrowser_WidgetWin_0
WinMinimize,
Else
WinActivate,
}
return
!r::
IfWinNotExist, ahk_class RTXGui
Run, C:\Users\lkong\AppData\Local\Tencent\RTXLite\Application\RTXLoader.exe
Else
{
IfWinActive, ahk_class RTXGui
WinMinimize,
Else
WinActivate,
}
return
!n::
IfWinNotExist, ahk_exe QQMusic.exe
Run, "C:\Program Files (x86)\Tencent\QQMusic\QQMusic1224.12.49.1\QQMusic.exe"
Else
{
IfWinActive, ahk_exe QQMusic.exe
WinMinimize,
Else
WinActivate,
}
return
#s::
IfWinNotExist, ahk_class WeChatMainWndForPC
Run, "C:\Program Files (x86)\Tencent\WeChat\WeChat.exe"
Else
{
IfWinActive, ahk_class WeChatMainWndForPC
WinMinimize,
Else
WinActivate,
}
return
!m::
IfWinNotExist, ahk_class QQPlayer Window
Run, "D:\Program Files (x86)\Tencent\QQPlayer\QQPlayer.exe"
Else
{
IfWinActive, ahk_class QQPlayer Window
WinMinimize,
Else
WinActivate,
}
return
!]::
IfWinNotExist, ahk_class MySQL-Front.Application.UnicodeClass
Run, "D:\Program Files\MySQL-Front\MySQL-Front.exe"
Else
{
IfWinActive, ahk_class MySQL-Front.Application.UnicodeClass
WinMinimize,
Else
WinActivate,
}
return
#q::
RTX="C:\Users\lkong\Documents\RTXC File List\Accounts\lkong\RTXDownload\imageCache"
Run,% "Explorer.exe /select, " RTX
return
#m::
IfWinNotExist, ahk_exe MarkdownPad2.exe
Run, "D:\Program Files (x86)\MarkdownPad 2\MarkdownPad2.exe"
Else
{
IfWinActive, ahk_exe MarkdownPad2.exe
WinMinimize,
Else
WinActivate,
}
return
#k::
IfWinNotExist, ahk_exe QQ.exe
Run, "C:\Program Files (x86)\Tencent\QQ\Bin\QQScLauncher.exe"
Else
{
IfWinActive, ahk_exe QQ.exe
WinMinimize,
Else
WinActivate,
}
return