forked from vanessa-opensource/add
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOpenFeatureFileInRedactor.html
80 lines (71 loc) · 2.19 KB
/
OpenFeatureFileInRedactor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<html>
<head>
<style type="text/css">
.sikuli-code {
font-size: 20px;
font-family: "Osaka-mono", Monospace;
line-height: 1.5em;
display:table-cell;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
width: 99%; /* remove horizontal scroll-bar when viewing in IE7 */
}
.sikuli-code img {
vertical-align: middle;
margin: 2px;
border: 1px solid #ccc;
padding: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 1px 1px 1px gray;
-webkit-box-shadow: 1px 1px 2px gray;
}
.kw {
color: blue;
}
.skw {
color: rgb(63, 127, 127);
}
.str {
color: rgb(128, 0, 0);
}
.dig {
color: rgb(128, 64, 0);
}
.cmt {
color: rgb(200, 0, 200);
}
h2 {
display: inline;
font-weight: normal;
}
.info {
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
margin-bottom: 20px;
display: none;
}
a {
color: #9D2900;
}
body {
font-family: "Trebuchet MS", Arial, Sans-Serif;
}
</style>
</head>
<body>
<div class="info">
<h2>MoveActiveWindowRight.sikuli\AtomIsOpen.sikuli</h2> <a href="MoveActiveWindowRight.sikuli\AtomIsOpen.zip">(Download this script)</a>
</div>
<pre class="sikuli-code">
<span class="skw">rightClick</span>(Pattern(<img src="1463774011187.png" />).similar(<span class="dig">0.60</span>))
<span class="skw">sleep</span>(<span class="dig">1</span>)
<span class="skw">click</span>(<img src="TIDbTbmature.png" />)
<span class="skw">sleep</span>(<span class="dig">1</span>)
exit(<span class="dig">0</span>)
</pre>
</body>
</html>