User Tools

Site Tools


autohotkey

Differences

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

Link to this comparison view

Next revision Both sides next revision
autohotkey [2013/03/30 17:28]
jariw created
autohotkey [2013/03/30 17:34]
jariw
Line 1: Line 1:
 +<​code>​
 #​NoEnv ​ ; Recommended for performance and compatibility with future AutoHotkey releases. #​NoEnv ​ ; Recommended for performance and compatibility with future AutoHotkey releases.
 #Warn  ; Enable warnings to assist with detecting common errors. #Warn  ; Enable warnings to assist with detecting common errors.
Line 58: Line 59:
    ​return 1  ; Success    ​return 1  ; Success
 } }
 +</​code>​
  
  
 +<​code>​
 setJWpluginpanelvalue(pluginname,​ panelitemnumber,​ value) setJWpluginpanelvalue(pluginname,​ panelitemnumber,​ value)
 { {
Line 98: Line 101:
    ​return 1    ​return 1
 } }
 +</​code>​
  
 +<​code>​
 applyandcloseJWpluginwindow(pluginname) applyandcloseJWpluginwindow(pluginname)
 { {
Line 115: Line 120:
    ​WinClose %pluginname%    ​WinClose %pluginname%
 } }
 +</​code>​
  
- +<​code>​
 #​IfWinActive,​ ahk_class Finale #​IfWinActive,​ ahk_class Finale
 ^!T:: ^!T::
Line 126: Line 131:
 } }
 return return
 +</​code>​
  
autohotkey.txt · Last modified: 2013/04/28 17:17 by jariw