keyboard shortcuts

This commit is contained in:
Kendall Werts
2020-02-21 09:26:08 -06:00
parent a33e358de8
commit 486072bef8
6 changed files with 113 additions and 19 deletions
+13 -1
View File
@@ -16,7 +16,19 @@
<input type="checkbox" id="syncCheck">
Enable Sync
</label>
<p>This setting allows you to sync your containers and site assignments across devices.</p>
<p>This setting allows you to sync your containers and site assignments across devices.</p>
<p><label>
Container to open with Keyboard Shortcut 0
<select id="open_container_0">
<!-- <option value="none">None</option> -->
</select>
</label></p>
<p><label>
Container to open with Keyboard Shortcut 1
<select id="open_container_1">
<!-- <option value="none">None</option> -->
</select>
</label></p>
</form>
<script src="js/options.js"></script>
</body>