安裝中文字典英文字典辭典工具!
安裝中文字典英文字典辭典工具!
|
- AutoHotkey
What is 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
- Beginner Tutorial | AutoHotkey v2
It's how AHK knows that {!} means "exclamation point" and not "press Alt" So please remember to check the table on the Send page and make sure you have your brackets in the right places For example: Send "This text has been typed{!}" ; Notice the ! between the curly brackets? That's because if it wasn't, AHK would press the ALT key
- Quick Reference | AutoHotkey v2
This page contains information about the currently used version, the authors, the license, and a quick overview of the documentation
- 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 v1
Alternatively, ahk_group AltTabWindow can be replaced with the appropriate ahk_class for your system GroupAdd AltTabWindow, ahk_class MultitaskingViewFrame ; Windows 10 GroupAdd AltTabWindow, ahk_class TaskSwitcherWnd ; Windows Vista, 7, 8 1 GroupAdd AltTabWindow, ahk_class #32771 ; Older, or with classic alt-tab enabled
- Creating a Keyboard Macro or Mouse Macro | AutoHotkey v1
A macro is a series of scripted actions that is "played" upon demand The most common activity of a macro is to send simulated keystrokes and mouse clicks to one or more windows
- Run RunWait - Syntax Usage | AutoHotkey v1
This allows file types such as ahk, vbs or lnk to accept parameters while still allowing "known" executables such as wordpad exe to be launched without an absolute path A single delimiting space is ignored, if present, and the remainder of Target is passed as-is to CreateProcess or ShellExecuteEx as command-line parameters Remarks
|
|
|