mirror of
https://github.com/reactos/ahk_tests.git
synced 2024-11-23 11:39:42 +00:00
[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:
parent
183fc27d8c
commit
52b6540d27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user