User Tools

Site Tools


autohotkey

This is an old revision of the document!


AutoHotKey

Change default editor

Il faut modifier les clés de registre windows :

  • Enregistrer le fichier suivant :
    ahk.reg
    Windows Registry Editor Version 5.00
     
    [HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command]
    @="notepad++.exe %1"
     
    [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AutoHotkeyScript\Shell\Edit\Command]
    @="notepad++.exe %1"
  • Ouvrir une invite de commande
  • Exécuter la commande suivante : regedit ahk.reg

Help

Un script plutôt maousse qui liste toutes les hotkeys actives : http://ahkscript.org/boards/viewtopic.php?f=6&t=96. Une fois lancé, Win + F1 pour l'activer ;)

NB : pour archive : code (v2.90).

Macro creator

GUI creator

Un GUI editor pour AHK !

autohotkey.1418660472.txt.gz · Last modified: 2014/12/15 17:21 by ginko