Sei sulla pagina 1di 1

#EscapeChar (and explanation of escape

sequences)
Changes the script's escape character (e.g. accent vs. backslash).
#EscapeChar NewChar
Parameters
NewChar Specify a single character.
Remarks
The escape character is used to indicate that the character immediately following it should be
interpreted differently than it normally would.

You can also pipe the output directly to the clipboard by downloading cb.zip (4 KB) and then
following this example:
"C:\Program Files\AutoHotkey\AutoHotkey.exe" /ErrorStdOut "My Script.ahk"
|cb.exe
Instructions for specific editors:
EditPlus:
From the menu bar, select Tools > Configure User Tools.
Press button: Add Tool > Program
Menu Text: Your choice
Command: C:\Program Files\AutoHotkey\AutoHotkey.exe
Argument: /ErrorStdOut "$(FilePath)"
Initial directory: $(FileDir)
Capture output: Yes

Potrebbero piacerti anche