-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinformation.html
More file actions
28 lines (27 loc) · 1.16 KB
/
information.html
File metadata and controls
28 lines (27 loc) · 1.16 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Extension Info</title>
<link rel="stylesheet" href="information.css" />
</head>
<body>
<div class="info-container">
<header class="info-header">
<img src="fastSearchIcon128.png" alt="Extension Icon" class="info-icon" />
<h1 class="info-title">Fastlane Tabs</h1>
</header>
<section class="info-content">
<p>Press the default shortcut <strong>(Ctrl+Alt+S)</strong> to open the tab switch dialog and search for the tab you need—much like Chrome or Edge’s quick search.
You can also close tabs directly from this dialog.
If you prefer a different shortcut, you can change it in Firefox’s add-on settings.</p>
<h1>Bindings in tab dialog</h1>
<p><strong>Tab or down arrow: </strong>Move selection down</p>
<p><strong>Shift+tab or arrow up: </strong> Move selection up</p>
<p><strong>Enter: </strong> Switch to selected tab</p>
<p><strong>Ctrl+delete: </strong> Close selected tab</p>
<p>You can also select a tab by clicking it with your mouse.</p>
</section>
</div>
</body>
</html>