-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfirst-time.php
62 lines (46 loc) · 1.72 KB
/
first-time.php
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
<?php
/*
Copyright 2012 Ole Jon Bjørkum
This file is part of SpotCommander.
SpotCommander is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
SpotCommander is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SpotCommander. If not, see <http://www.gnu.org/licenses/>.
*/
require_once('main.php');
?>
<span id="page_title_content_span">Welcome</span>
<div class="category_title_div">BASIC NAVIGATION</div>
<ul>
<li>Click the icon in the top left corner to show the menu</li>
<li>When a page has more options, an icon will appear in the top right corner</li>
<li>Click the icon in the bottom left corner to show now playing + remote</li>
</ul>
<div class="category_title_div category_title_below_div">TOUCH GESTURES</div>
<ul>
<li>Swipe in from the left to show the menu</li>
<li>Swipe up from the bottom to show now playing + remote</li>
<li>Swipe down to hide now playing + remote</li>
<li>Swipe left on album art to play next track</li>
</ul>
<div class="category_title_div category_title_below_div">KEYBOARD SHORTCUTS</div>
<ul>
<li>Z: Previous track</li>
<li>X: Play/pause</li>
<li>C: Next track</li>
<li>1: Mute</li>
<li>2: Volume down</li>
<li>3: Volume up</li>
<li>Q: Playlists</li>
<li>W: Starred</li>
<li>E: Search</li>
<li>R: Now playing + remote</li>
<li>T: Refresh now playing</li>
<li>Y: Recently played</li>
</ul>