Demonstrate changing keyboard shortcut values

This commit is contained in:
Will Bamberg
2018-03-22 13:40:35 -07:00
parent 3267c485c2
commit 73ccd28cb3
4 changed files with 66 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<label>Keyboard shortcut</label>
<input type="text" id="shortcut" >
<button id="update">Update keyboard shortcut</button>
<button id="reset">Reset keyboard shortcut</button>
</form>
<script src="options.js"></script>
</body>
</html>