Windows軟件清單

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: 母機密碼

AutoHotKey配置文件

#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
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章