[AHK_Opera_9.64]

Add 10.view_source to check if Ctrl+U accelerator aka View->Source works.
Test succeeds in 2k3 SP1.

svn path=/trunk/ahk_tests/; revision=1989
This commit is contained in:
Edijs Kolesnikovičs 2013-03-26 05:14:19 +00:00
parent 479ce39836
commit 35b888f9c1

View File

@ -32,6 +32,7 @@ params =
7.launch_widget
8.search_bar
9.connect_irc
10.view_source
)
@ -80,6 +81,10 @@ if CheckParam()
{
#include connect_irc.ahk
}
else if 1 = 10.view_source
{
#include view_source.ahk
}
}
}
}