[爆卦]autohotkey錄製是什麼?優點缺點精華區懶人包

為什麼這篇autohotkey錄製鄉民發文收入到精華區:因為在autohotkey錄製這個討論話題中,有許多相關的文章在討論,這篇最有參考價值!作者VElysian (家瑀 致中和)看板EzHotKey標題[AHK-] AutoHotKey 介...


http://www.autohotkey.com/

介紹:

AutoHotKey 是一款免費、開放原始碼的 Windows 軟體(utility),你可以使用它來:

‧用滑鼠或鍵盤來自動化所有工作。
你可以自己親手將巨集寫好,
或者使用程式內建的巨集錄製功能(Macro recorder)
http://www.autohotkey.com/docs/misc/Macros.htm

‧由各種方式輸入快速鍵。
包括:鍵盤、搖桿、滑鼠。
事實上,任何按鍵、按鈕,甚至是他們的結合,都可以成為一種快速鍵。
http://www.autohotkey.com/docs/Hotkeys.htm

‧當你用鍵盤輸入某字時,可以擴充縮寫詞
例如說,當你打了“btw”時,會自動變成“by the way”。
http://www.autohotkey.com/docs/Hotstrings.htm

‧可創造出方便的視窗介面。
例如:資料表格填寫視窗、使用者自訂介面、選單工具列等。
可參考說明文件的 GUI 部份。(Graphical User Interface)
http://www.autohotkey.com/docs/commands/Gui.htm

‧按鍵重新定義。
包括鍵盤、搖桿和滑鼠。
例如說將按鍵“a”定義成“b”。
http://www.autohotkey.com/docs/misc/Remap.htm

‧可利用 WinLIRC client script 回覆遠端控制的訊號。
http://www.autohotkey.com/docs/scripts/WinLIRC.htm

‧可執行 AutoIt v2 的程式碼(script),並且提供更新的相容性。
http://www.autohotkey.com/docs/AutoIt2Users.htm1

‧可以將所有程式碼(script)轉換成可執行檔(.exe)。
這樣做的好處是,可以在沒有安裝 AutoHotKey 的電腦上執行。
http://www.autohotkey.com/docs/Scripts.htm#ahk2exe


如何入門或許比你想得還要簡單,可以看看

快速入門教學(quick-start tutorial)
http://www.autohotkey.com/docs/Tutorial.htm


更多關於快速鍵:

AutoHotkey 讓你釋放所有鍵盤、搖桿、滑鼠的潛能。

舉例來說:
作為快速鍵的控制鍵(modifier),除了一般的 [Ctrl]、[Alt]、[Shift] 以外,
你還可以使用 [win 鍵]、[Capslock] 作為控制鍵。
事實上,任何鍵盤按鈕或是滑鼠鍵皆可以成為控制鍵。

關於這些以及相關話題的討論,參見

進階快速鍵(Advanced Hotkeys)
http://www.autohotkey.com/docs/HotkeyFeatures.htm


其他功能:


‧改變音量、靜音,或者其他關於聲音的設定。

http://www.autohotkey.com/docs/commands/SoundSet.htm

‧讓任何視窗半透明、最上層顯示,或者改變它的形狀。

http://www.autohotkey.com/docs/commands/WinSet.htm#trans
http://www.autohotkey.com/docs/commands/WinSet.htm#AlwaysOnTop
http://www.autohotkey.com/docs/commands/WinSet.htm#region

‧讓搖桿或鍵盤擁有滑鼠的功能。

http://www.autohotkey.com/docs/scripts/JoystickMouse.htm
http://www.autohotkey.com/docs/scripts/NumpadMouse.htm

‧監視系統的運作。例如:當不想要出現的視窗出現時令其馬上消失。

http://www.autohotkey.com/docs/commands/SetTimer.htm

‧擷取並且修改剪貼簿內容。包括從視窗(Explorer window)複製的檔名。

http://www.autohotkey.com/docs/misc/Clipboard.htm

‧停用或取代 Windows 內建的快速鍵(如 [Win+E] 和 [Win+R] )

http://www.autohotkey.com/docs/misc/Override.htm

‧緩和重複 Alt+TAB 所造成的手部傷害。
  Alleviate RSI with substitutes for Alt-Tab
 (using keys, mouse wheel, or buttons).

http://www.autohotkey.com/docs/Hotkeys.htm#alttab

‧自訂右下角快捷列的圖示、訊息提示(tooltips)、選單、子選單。

http://www.autohotkey.com/docs/commands/Menu.htm

‧顯示對話框、訊息提示、彈跳視窗(balloon tips)、右鍵選單(popup menus),
  並可與使用者互動。

http://www.autohotkey.com/docs/commands/MsgBox.htm
http://www.autohotkey.com/docs/commands/ToolTip.htm
http://www.autohotkey.com/docs/commands/TrayTip.htm
http://www.autohotkey.com/docs/commands/Menu.htm

‧可於接收到關機或登出訊息後,再執行程式碼片段。

http://www.autohotkey.com/docs/commands/OnExit.htm#logoff

‧偵測使用者閒置多久時間。例如說:當使用者離開時執行高 CPU 使用率的工作。

http://www.autohotkey.com/docs/Variables.htm#TimeIdle

‧遊戲自動化;可靠著偵測圖像或是螢幕上像素的顏色達成(使用必須合法)。
Automate game actions by detecting images and pixel colors
(this is intended for legitimate uses such as the alleviation of RSI).

http://www.autohotkey.com/docs/commands/ImageSearch.htm
http://www.autohotkey.com/docs/commands/PixelGetColor.htm

‧比起其他語言來說,可以更容易地讀取、寫入、貼上純文字檔案。

http://www.autohotkey.com/docs/commands/LoopReadFile.htm
http://www.autohotkey.com/docs/commands/FileAppend.htm
http://www.autohotkey.com/docs/commands/LoopParse.htm

‧支援使用萬用字元(*.*)(wildcard)處理許多檔案。

http://www.autohotkey.com/docs/commands/LoopFile.htm

‧處理 登錄檔、.INI 檔。
Work with the registry and INI files.

http://www.autohotkey.com/docs/commands/RegRead.htm
http://www.autohotkey.com/docs/commands/IniRead.htm



軟體許可:

GNU General Public License
http://www.autohotkey.com/docs/license.htm


感謝:   



--

主動是機會的誘餌


--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.62.75.34
※ 編輯: VElysian 來自: 61.62.75.34 (07/17 17:59)
※ 編輯: VElysian 來自: 61.62.75.34 (07/17 18:00)
linpien:首推!真用心! 59.104.165.176 07/17 19:48
linpien:可以把推文 ip 設定拿掉嗎? 59.104.165.176 07/17 19:50
ateclean:對呀 這樣一行就變很少字了耶~ 變多了 = =a 07/17 21:35
VElysian:樓上... XD 07/17 21:37
※ 編輯: VElysian 來自: 61.62.72.58 (08/01 18:47)

你可能也想看看

搜尋相關網站