User Tools

Site Tools


autohotkey

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
autohotkey [2015/03/09 18:05] ginkoautohotkey [2015/03/09 18:17] ginko
Line 31: Line 31:
 Un [[http://ahkscript.org/boards/viewtopic.php?f=6&t=303|GUI editor]] pour AHK ! Un [[http://ahkscript.org/boards/viewtopic.php?f=6&t=303|GUI editor]] pour AHK !
  
 +===== Auto Reload =====
 +A insérer dans le script lui-même. Ne pas oublier d'adapter le nom du fichier !
 +<code autohotkey>~^s:: ; Slf : Reload script on save
 +WinGetActiveTitle, Reload
 + If InStr(Reload, "myscript.ahk")
 + Reload
 +Return</code>
 +Fonctionne avec SciTE4AutoHotkey et Notepad++ at least.
 ===== Syntaxe ===== ===== Syntaxe =====
 ==== Affectation ==== ==== Affectation ====
Line 60: Line 68:
  
 [[http://www.autohotkey.com/docs/Functions.htm|Functions]] [[http://www.autohotkey.com/docs/Functions.htm|Functions]]
 +
 Petit précis : Petit précis :
 <code autohotkey>MyFunc(ByRef Var1, ByRef Var2) <code autohotkey>MyFunc(ByRef Var1, ByRef Var2)
autohotkey.txt · Last modified: 2015/03/09 18:34 by ginko