Skip to content

Commit

Permalink
AutoHotkey Help -> Hilfe für AutoHotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnar-F committed Feb 19, 2015
1 parent 7781908 commit 3578d3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ContextSensitiveHelp.htm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1>Kontextabhängige Hilfe in einem beliebigen Editor - von Rajat</h1>
C_Cmd = %A_LoopField%
break <em>; d.h. wir benötigen nur einen Durchlauf.</em>
}
IfWinNotExist, AutoHotkey Help
IfWinNotExist, Hilfe für AutoHotkey
{
<em>; Den Standort von AutoHotkey ermitteln:</em>
RegRead, ahk_dir, HKEY_LOCAL_MACHINE, SOFTWARE\AutoHotkey, InstallDir
Expand All @@ -76,7 +76,7 @@ <h1>Kontextabhängige Hilfe in einem beliebigen Editor - von Rajat</h1>
}
}
Run %ahk_dir%\AutoHotkey.chm
WinWait AutoHotkey Help
WinWait Hilfe für AutoHotkey
}
<em>; Der obere Befehl bestimmt das "zuletzt gefundene" Fenster, das unten verwendet wird:</em>
WinActivate
Expand Down

0 comments on commit 3578d3a

Please sign in to comment.