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
howtos:win32:console [2011/06/03 19:36] – Style consistency biomathjdailyhowtos:win32:console [2022/11/19 12:02] (current) – Update tags enrico
Line 9: Line 9:
   * Create the file AutoHotKey.ahk in your 'My Documents' folder. Alternatively, running AutoHotKey.exe will automatically generate this file. Just delete the contents.   * Create the file AutoHotKey.ahk in your 'My Documents' folder. Alternatively, running AutoHotKey.exe will automatically generate this file. Just delete the contents.
   * Paste the following script into the file, replacing the path on line 5 with your path to Console, and the argument DefaultTab with the name of the tab you specified in Console:   * Paste the following script into the file, replacing the path on line 5 with your path to Console, and the argument DefaultTab with the name of the tab you specified in Console:
-<code autohotkey>+<code autohotkey AutoHotKey.ahk>
 TestConsole() TestConsole()
 { {
Line 65: Line 65:
 To change these bindings, replace the #1, #2, or #3 in the above script with bindings that can be found [[http://www.autohotkey.com/docs/Hotkeys.htm|here]]. To change these bindings, replace the #1, #2, or #3 in the above script with bindings that can be found [[http://www.autohotkey.com/docs/Hotkeys.htm|here]].
  
-{{tag>howto win32}}+{{tag>howto windows}}
Print/export