Adds ability for user to use Meta key instead of alt for keybindings

- includes dynamically updating keybinding list
This commit is contained in:
Matt C 2017-11-04 12:55:28 +00:00
parent d924ede9cf
commit 8b30fdf7f1
4 changed files with 99 additions and 75 deletions

View file

@ -46,6 +46,7 @@ function main() {
errorTimeout: 4000,
attemptHighlight: true,
theme: "classic",
useMetaKey: false
};
document.removeEventListener("DOMContentLoaded", main, false);