keyboard shortcuts
This commit is contained in:
+13
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user