-
Notifications
You must be signed in to change notification settings - Fork 0
/
help.html
106 lines (105 loc) · 4.78 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<html>
<head>
<title>
Leap Motion Shortcuts
</title>
<link rel="stylesheet" href="assets/css/styles.css">
</head>
<body>
<div class="header">
<div class="const-width-box">
<img src="assets/images/V5_userGuide.png"></img>
</div>
</div>
<div class="filledContainer cf gradient">
<div class="const-width-box">
<div class="descBox">
<h3>Scrolling</h3>
<p>
<ul>
<li>Bring your hand up and make a <strong>sideways pinch.</strong> When the arrows meet the scroll bar, you're ready to go.</li>
<li>To scroll slowly, pinch and pull with a small movement. (Just like scrolling on a touchscreen, you'll need to move your hand up to go down, and vice versa.)</li>
<li>To scroll quickly, pinch and throw in the direction you want to go. Be sure to fully open your hand when you're finished the throw.</li>
</ul>
</p>
</div>
<video autoplay loop auto audio="muted">
<source src="assets/videos/shortcuts_scroll.mp4" type="video/mp4">
<source src="assets/videos/shortcuts_scroll.ogv" type="video/ogg">
</video>
</div>
</div>
<div class="filledContainer cf">
<div class="const-width-box">
<div class="descBox cf">
<h3>Media Controls</h3>
<p>
<ul>
<li>Fire up your favorite media player.</li>
<li>Point at the screen, keeping your thumb tucked in tight to the palm, to reveal the media controls.</li>
<li>To activate play/pause, previous track, or next track, move the cursor through those parts of the menu.</li>
<li>To control volume, move down to the slider, then move left or right.</li>
<li>To exit, open your hand fully, or drop your hand out of the controller's view.</li>
</ul>
</p>
</div>
<video autoplay loop auto audio="muted" class="cf">
<source src="assets/videos/shortcuts_media.mp4" type="video/mp4">
<source src="assets/videos/shortcuts_media.ogv" type="video/ogg">
</video>
</div>
</div>
<div class="filledContainer cf gradient">
<div class="const-width-box">
<div class="descBox">
<h3>Application Switcher</h3>
<p>
<ul>
<li>To activate the Application Switcher, hold your hand flat over the controller, then flip your hand upside-down and raise the cursor through the target on the top of the screen.</li>
<li>Grab the application you want from the carousel and drop it into the center of the screen.</li>
<li>When you're finished, drop your hand out of the controller's view.</li>
</ul>
</p>
</div>
<video autoplay loop auto audio="muted">
<source src="assets/videos/shortcuts_appswitcher.mp4" type="video/mp4">
<source src="assets/videos/shortcuts_appswitcher.ogv" type="video/ogg">
</video>
</div>
</div>
<div class="shortContainer cf">
<div class="const-width-box">
<div class="descBox">
<h3>Configuration and Exiting</h3>
<p>
<ul>
<li>You can access <em>Shortcuts</em> from the system tray on Windows, and from the menu bar on Mac.</li>
<li>From there you can configure features, quit the app, and find a link back to this page.</li>
</ul>
</p>
</div>
<img src="assets/images/macMenu.png">
<img src="assets/images/pcMenu.png">
</div>
</div>
<div class="shortContainer cf gradient">
<div class="const-width-box">
<h3>Known Issues and Fixes</h3>
<p>
<ul>
<li>Shortcuts currently does not support multiple monitors. We plan to add support in a future update.</li>
<li>To run Shortcuts, <b>you must have background applications enabled</b> in your Leap Motion configuration settings. This is enabled by default when you install the Leap Motion software.</li>
<li>If you witness distorted screens on your Mac, please restart the Leap Motion software. We hope address this bug in a future update.</li>
<li>When trying to use the application with Adobe Illustrator, the application may occasionally hang. <b>Clicking on the screen where the application switcher is running and hitting the escape key on your keyboard should exit the view.</b></li>
</ul>
</p>
</div>
</div>
<div class="footer const-width-box">
<ul>
<li><a href="https://www.leapmotion.com">Leap Motion</a></li>
<li>-</li>
<li><a href="https://apps.leapmotion.com/apps/shortcuts">Shortcuts - Leap Motion App Store</a></li>
</ul>
</div>
</html>