[AHK]F1鍵定位當前Word中打開着的文檔

SetTitleMatchMode, 2
#IfWinExist, ahk_class OpusApp 
F1::
    ActiveDocumentFile := ComObjActive("Word.Application").ActiveDocument.FullName
    Run, % "explorer /select, " ActiveDocumentFile
Return

 
發佈了333 篇原創文章 · 獲贊 269 · 訪問量 288萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章