EzHotKey 板


LINE

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)
1F:→ linpien:首推!真用心! 59.104.165.176 07/17 19:48
2F:推 linpien:可以把推文 ip 設定拿掉嗎? 59.104.165.176 07/17 19:50
3F:推 ateclean:對呀 這樣一行就變很少字了耶~ 變多了 = =a 07/17 21:35
4F:→ VElysian:樓上... XD 07/17 21:37
※ 編輯: VElysian 來自: 61.62.72.58 (08/01 18:47)







like.gif 您可能會有興趣的文章
icon.png[問題/行為] 貓晚上進房間會不會有憋尿問題
icon.pngRe: [閒聊] 選了錯誤的女孩成為魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一張
icon.png[心得] EMS高領長版毛衣.墨小樓MC1002
icon.png[分享] 丹龍隔熱紙GE55+33+22
icon.png[問題] 清洗洗衣機
icon.png[尋物] 窗台下的空間
icon.png[閒聊] 双極の女神1 木魔爵
icon.png[售車] 新竹 1997 march 1297cc 白色 四門
icon.png[討論] 能從照片感受到攝影者心情嗎
icon.png[狂賀] 賀賀賀賀 賀!島村卯月!總選舉NO.1
icon.png[難過] 羨慕白皮膚的女生
icon.png閱讀文章
icon.png[黑特]
icon.png[問題] SBK S1安裝於安全帽位置
icon.png[分享] 舊woo100絕版開箱!!
icon.pngRe: [無言] 關於小包衛生紙
icon.png[開箱] E5-2683V3 RX480Strix 快睿C1 簡單測試
icon.png[心得] 蒼の海賊龍 地獄 執行者16PT
icon.png[售車] 1999年Virage iO 1.8EXi
icon.png[心得] 挑戰33 LV10 獅子座pt solo
icon.png[閒聊] 手把手教你不被桶之新手主購教學
icon.png[分享] Civic Type R 量產版官方照無預警流出
icon.png[售車] Golf 4 2.0 銀色 自排
icon.png[出售] Graco提籃汽座(有底座)2000元誠可議
icon.png[問題] 請問補牙材質掉了還能再補嗎?(台中半年內
icon.png[問題] 44th 單曲 生寫竟然都給重複的啊啊!
icon.png[心得] 華南紅卡/icash 核卡
icon.png[問題] 拔牙矯正這樣正常嗎
icon.png[贈送] 老莫高業 初業 102年版
icon.png[情報] 三大行動支付 本季掀戰火
icon.png[寶寶] 博客來Amos水蠟筆5/1特價五折
icon.pngRe: [心得] 新鮮人一些面試分享
icon.png[心得] 蒼の海賊龍 地獄 麒麟25PT
icon.pngRe: [閒聊] (君の名は。雷慎入) 君名二創漫畫翻譯
icon.pngRe: [閒聊] OGN中場影片:失蹤人口局 (英文字幕)
icon.png[問題] 台灣大哥大4G訊號差
icon.png[出售] [全國]全新千尋侘草LED燈, 水草

請輸入看板名稱,例如:Boy-Girl站內搜尋

TOP