Windows
| Key | Code |
|---|---|
| Win | # |
| Alt | ! |
| Ctrl | ^ |
| Shift | + |
| Group | Function | Note | Hotkey |
|---|---|---|---|
| Show | showHotkeys() | Show Hotkeys | [Ctrl+Alt+K] |
| showVersion() | Show Version | [Ctrl+Alt+B] | |
| HotGUI | hot_gui("hotstr") | Hotstring GUI | [Ctrl+Alt+H] |
| hot_gui("hotkey") | Hotkey GUI | [Ctrl+Alt+E] | |
| Recorder | toRecordScreen() | Record Screen | [F1] |
| toRecordWindow() | Record Window | [F2] | |
| Pause() | Pause Record | [F3] | |
| Stop() | Stop Record | [F4] | |
| Play() | Play Record | [F5] | |
| Edit() | Edit Record | [F6] | |
| OCR | OCR() | OCR & save to clipboard | [Ctrl+Alt+C] |
| TTS | ttsSpeech() | TTS Speech selection | [Ctrl+Alt+1] |
| ttsPause() | TTS Play/Pause | [Ctrl+Alt+2] | |
| ttsStop() | TTS Stop | [Ctrl+Alt+3] | |
| Web | googleSearch() | Google Search selection | [Ctrl+Alt+G] |
| google_translate() | Google translate selection | [Ctrl+Alt+J] | |
| Date | sendDate() | Send Date (yyyy-MM-dd) | [Ctrl+Alt+D] |
| Text | reInput() | reInput selection (after changing input mode from english to 注音 youself) | [Ctrl+Alt+R] |
| toUpper() | Uppercase selection | [Ctrl+Alt+U] | |
| toLower() | Lowercase selection | [Ctrl+Alt+L] | |
| trimStr() | Trim selection | [Ctrl+Alt+T] | |
| Shutdown | cmdShut() | Schedule Shutdown | [Ctrl+Alt+S] |
| cancelShut() | Cancel Scheduled Shutdown | [Ctrl+Alt+A] | |
| Window | sendAltTab() | Switch window | [LButton+RButton] |
| showDesktop() | Show Desktop | [RButton+LButton] | |
| File | toggleHiddenFilesDisplay() | Toggle Hidden Files Display | [Ctrl+Alt+F] |
| RUN ::{645FF040-5081-101B-9F08-00AA002F954E} | Open Recycle Bin | [Ctrl+Alt+X] | |
| APP | Winset, Alwaysontop, , A | Selected Window Always on top | [Ctrl+F1] |
| Pause | Pause APP | [Ctrl+F2] | |
| Suspend | Suspend Hotkey | [Ctrl+F3] | |
| ExitApp | Exit APP | [Ctrl+F4] | |
| Reload | Reload APP | [Ctrl+F5] |
- new directory named "lib"
- add your script in directory "lib"
- include your script in Includes.ahk
- add function in your script with Hotkey GUI
major. minor(. build)
主版號:當你做了不相容的 API 修改
次版號:當你做了向下相容的功能性新增
修訂號:當你做了向下相容的問題修正
