📄 autohotkey.def
字号:
;;; ==================================================================
;;; PSPad clip definition file for AutoHotkey Version 1.0.25.14
;;; Language: English
;;; AUTHOR(s) beardboy, GoGoGadgetScott
;;; VERSION: 1.1.1, 04/19/2004 - 02/08/2005
;;; ==================================================================
;;; HISTORY:
;;; 1.1.1
;;; - Added a few missing spaces in command descriptions.
;;; ==================================================================
;;; G (green) - PHPad hotkeys
;;; R (red) - File, Directory, and Disk Management
;;; F (fuchsia) - GUI, MsgBox, InputBox & Other Dialogs
;;; M (maroon) - Keyboard & Mouse Control
;;; D (dark gray) - Process Management
;;; N (navy) - String Management
;;; P (purple) - Window Management
;;; B (blue) - Directives
;;; (black) - Misc. & Unsorted Commands
;;; ==================================================================
;
;
; --------------------------------------------------------------------
; Macro definition
; --------------------------------------------------------------------
[Macro definition]
; Directives
%AllowSameLineComments%=@K AllowSameLineComments:,#AllowSameLineComments
%ClipboardTimeout%=@E ClipboardTimeout (ms):,#ClipboardTimeout ,
%CommentFlag%=@C Comment String:,#CommentFlag ,,"//";"@";"!";"/";"*;";"C*"
%ErrorStdOut%=@K ErrorStdOut:,#ErrorStdOut
%EscapeChar%=@C Escape Char:,#EscapeChar ,,"\";"`"
%HotkeyInterval%=@E HotkeyInterval (ms):,#HotkeyInterval ,
%HotkeyModifierTimeout%=@E HotkeyModifierTimeout (ms):,#HotkeyModifierTimeout ,
%Hotstring%=@C Hotstring:,#Hotstring ,,"-()[]{}':;""/\,.?!`n `t";"`n `t";"-()[]{}"
%Include%=@O Include:,#Include ,SomeFile.ahk,AutoHotKey Scripts (*.ahk)|*.ahk
%IncludeAgain%=@O IncludeAgain:,#IncludeAgain ,SomeFile.ahk,AutoHotKey Scripts (*.ahk)|*.ahk
%InstallKeybdHook%=@K InstallKeybdHook:,#InstallKeybdHook ,
%InstallMouseHook%=@K InstallMouseHook:,#InstallMouseHook ,
%KeyHistory%=@E MaxEvents (num):,#KeyHistory ,
%LTrim%=@C LTrim:,#LTrim ,,"On";"Off"
%MaxHotkeysPerInterval%=@E MaxHotkeys/Interval (num):,#MaxHotkeysPerInterval ,
%MaxMem%=@E MaxMem (MB):,#MaxMem ,
%MaxThreads%=@E MaxThreads (num):,#MaxThreads ,
%MaxThreadsBuffer%=@C MaxThreadsBuffer:,#MaxThreadsBuffer ,,"On";"Off"
%MaxThreadsPerHotkey%=@E MaxThreads/Hotkey (num):,#MaxThreadsPerHotkey ,
%NoTrayIcon%=@K NoTrayIcon:,#NoTrayIcon
%Persistent%=@K Persistent:,#Persistent
%SingleInstance%=@C SingleInstance:,#SingleInstance ,,"force";"ignore";"off"
%UseHook%=@C UseHook:,#UseHook ,,"On";"Off"
%WinActivateForce%=@K WinActivateForce:,#WinActivateForce
; mandatory elements
%options%=@C MsgBox type:,,0,"1";"2";"3";"4";"5";"16";"32";"48";"64";"256";"512";"4096";"8192"
%title%=@E Title:,,Title,,
%label%=@E Label:,,Label,,
%text%=@E Text:,,Message,,
%wait%=@E Wait:
%BlockInput%=@C BlockInput:,,,"On";"Off";"Send";"Mouse";"SendAndMouse";"Default"
%SetState%=@C State:,,,"On";"Off";"AlwaysOn";"AlwaysOff"
%onoff%=@C Value:,,,"On";"Off"
%onofft%=@C Value:,,,"On";"Off";"Toggle"
%speed%=@C Speed:,,,"Fast";"Slow"
%sound%=@O Filename:,,%SystemRoot%\Media\ding.wav,Auto file (*.wav;*.mp3;*.avi)|*.wav;*.mp3;*.avi
%ValueType%=@C ValueType:,,,"REG_SZ";"REG_EXPAND_SZ";"REG_MULTI_SZ";"REG_DWORD";"REG_BINARY"
%RootKey%=@C RootKey:,,,"HKLM";"HKU";"HKCU";"HKCR";"HKCC"
%cmd%=@C Command:,,,"Exist";"Close";"Priority";"Wait";"WaitClose"
%ButtonName%=@C ButtonName:,,,"Yes";"No";"OK";"Cancel";"Abort";"Ignore";"Retry";"Timeout"
; optional elements
%timeoutoptional%=@E Timeout (s) (optional):
;
;
; --------------------------------------------------------------------
; PHPad hotkeys
; --------------------------------------------------------------------
[Retrieve |G Retrievecontents of this variable]*Shift+Ctrl+R
%
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -