[AHK_Universal_Viewer_5.7.2.0]

Add comment that we should not use '!n' (use '{Alt}f' instead), because it fails on Windows.

svn path=/trunk/ahk_tests/; revision=1577
This commit is contained in:
Edijs Kolesnikovičs 2012-08-27 15:03:14 +00:00
parent 183fc27d8c
commit 52b6540d27

View File

@ -50,7 +50,7 @@ if bContinue
TestsFailed("The search image '" SearchImg "' could NOT be found on the screen (resolution not 800x600?).")
else
{
SendInput, {Alt}f ; Close document. WinMenuSelectItem doesn't work here
SendInput, {Alt}f ; Close document. WinMenuSelectItem doesn't work here. Don't use '!f' either, because it fails on Windows
Sleep, 500
SendInput, c
WinWaitActive, Universal Viewer, File not loaded, 5