-
Notifications
You must be signed in to change notification settings - Fork 0
/
xploretipstricks.html
88 lines (87 loc) · 3.24 KB
/
xploretipstricks.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
<!DOCTYPE html>
<html lang="en" draggable="false">
<head>
<link rel="icon" href="Xplore.ico" type="image/x-icon">
<meta charset="UTF-8">
<meta name="description" content="Tips and Tricks to get the most out of your web browsing experience with Xplore.">
<meta name="keywords" content="Xplore, Tips, Tricks, Help, Xplore Help, Web Browser, Xplore Browser, Teenage Tech, Teenage Tech browser, Web, browser, xplore, good web browser, web%20browser, safari, chrome, firefox, edge, brave">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Xplore Tips﹢Tricks | Teenage Tech</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
background-color: #171717;
color: #FFFFFF;
}
</style>
<meta name="theme-color" content="#77a4b6">
</head>
</head>
<body>
<div id="header-container"></div>
<main>
<div style="text-align:center; font-size: 25px; bottom: 100;">
<h1 style="font-size: 70px; font-weight: 100;">Tips﹢Tricks</h1>
<h2>Make the most out of Xplore's features.</h2>
<p>
<b style="font-size: 26px;">Keyboard Shortcuts?</b>
<br>
<b style="text-decoration: underline;">Option</b>al.
<table class="table">
<thead>
<tr>
<th>Action</th>
<th>Shortcut</th>
</tr>
</thead>
<tr>
<td>Open/Close Settings:</td>
<td>Option Comma</td>
</tr>
<tr>
<td>Open/Close History:</td>
<td>Option H</td>
</tr>
<tr>
<td>Share Sheet:</td>
<td>Option Shift S</td>
</tr>
<tr>
<td>Reload page:</td>
<td>Option R</td>
</tr>
<tr>
<td>Back:</td>
<td>Option Left Arrow</td>
</tr>
<tr>
<td>Forward:</td>
<td>Option Right Arrow</td>
</tr>
<tr>
<td>Return to search engine:</td>
<td>Option S</td>
</tr>
<tr>
<td>Jump to web address bar</td>
<td>Double Click Space</td>
</tr>
</table>
<br>
<br>
<p>
To enable multiple tabs in Xplore, open Xplore and select <i>View</i> in the macOS menu bar, then <i>Show Tab Bar</i>.
</p>
<p>
Need more help? Head to the <a href="support">Teenage Tech Support Page.</a>
</p>
</p>
</div>
</main>
<footer>
<p>© Teenage Tech. All rights reserved.</p>
</footer>
<script src="header.js"></script>
<script type="module" src="firebaseconfig.js"></script>
</body>
</html>