安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- AutoHotkey
AutoHotkey is a free, open-source scripting language for Windows that allows users to easily create small to complex scripts for all kinds of tasks such as: form fillers, auto-clicking, macros, etc LEARN MORE
- Beginner Tutorial | AutoHotkey v2
The code below this will not be executed when pressing the hotkey ^b:: ; CTRL+B hotkey { Send "{Ctrl down}c{Ctrl up}" ; Copies the selected text ^c could be used as well, but this method is more secure SendInput "[b]{Ctrl down}v{Ctrl up}[ b]" ; Wraps the selected text in BBCode tags to make it bold in a forum } ; This ends the hotkey The
- AutoHotkey v2
AutoHotkey v2 AutoHotkey v2 aims to improve the usability and convenience of the language and command set by sacrificing backward compatibility
- AutoHotkey Documentation
AutoHotkey v1 1 AutoHotkey v2 0
- Hotkeys - Definition Usage | AutoHotkey v2
Wildcard: Fire the hotkey even if extra modifiers are being held down This is often used in conjunction with remapping keys or buttons For example: *#c::Run "calc exe" ; Win+C, Shift+Win+C, Ctrl+Win+C, etc will all trigger this hotkey *ScrollLock::Run "notepad" ; Pressing ScrollLock will trigger this hotkey even when modifier key(s) are down
- Quick Reference | AutoHotkey v2
Hotstrings and auto-replace; Remapping keys and buttons; List of keys, mouse buttons and controller controls; Other: DllCall; RegEx quick reference; Acknowledgements A special thanks to Jonathan Bennett, whose generosity in releasing AutoIt v2 as free software in 1999 served as an inspiration and time-saver for myself and many others worldwide
- Editors with AutoHotkey Support | AutoHotkey v2
Auto-complete; Calltips; Smart auto-indent; Code folding; Running the script by pressing a hotkey; Real-time diagnostics (detecting common errors) Formatting tidying code; Additional notes: This extension only supports AutoHotkey v2, but can also detect v1 scripts and automatically switch over to a v1 extension if one is installed
- Quick Reference | AutoHotkey v1
Hotstrings and auto-replace; Remapping keys and buttons; List of keys, mouse buttons and controller controls; Other: DllCall() RegEx quick reference; Script compatibility - AutoHotkey 1 0 users read this; Acknowledgements
|
|
|