mirror of
https://github.com/reactos/ahk_tests.git
synced 2025-03-02 17:45:31 +00:00
[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:
parent
479ce39836
commit
35b888f9c1
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user