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 revisionBoth sides next revision
autohotkey [2015/03/09 18:05] – [Functions] 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 ====
autohotkey.txt · Last modified: 2015/03/09 18:34 by ginko