-
Notifications
You must be signed in to change notification settings - Fork 4
/
help.html
52 lines (50 loc) · 1.4 KB
/
help.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
<!doctype html>
<html>
<head>
<style type="text/css">
a { font-family: "Lucida Grande"; font-size: 13px; }
h1 { font-family: "Lucida Grande"; font-size: 18px; text-align: center; }
h2 { font-family: "Lucida Grande"; font-size: 15px; text-align: center; }
p { font-family: "Lucida Grande"; font-size: 13px; }
</style>
<body>
<div style="margin-left: 10%; margin-right: 10%;">
<h1>
Picture Window
</h1>
<h2>
Instructions
</h2>
<p>
Use the File menu to create a new slideshow window. You can create as many slideshow windows as you want.
</p>
<p>
Slideshow windows stay on top by default. Use the View menu or Preferences to change that.
</p>
<p>
Preferences affect the behavior of new windows. To change a window that already exists use the View menu.
</p>
<p>
Use the arrow keys to move to the next or previous picture. Use the space bar to pause and unpause a slideshow.
</p>
<p>
Control-click on a picture to view it in the Finder.
</p>
<p>
Double-click on a window to minimize it.
</p>
<p>
When you're in another app you can make an always-on-top slideshow window transparent by moving the mouse over it.
</p>
<p>
Picture Window will remember the slideshows you have open and restore them when you quit and restart the app.
</p>
<p>
Please let us know what new features you'd like to see!
</p>
<p align="center">
<a href="mailto:[email protected]?subject=Picture Window">
</p>
</body>
</html>