Re-add support for Firefox keys -, + and ;

This commit is contained in:
codebicycle
2020-03-28 07:54:37 +02:00
parent 97512619c1
commit a84d7bdf5c
2 changed files with 4 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "Video Speed Controller",
"short_name": "videospeed",
"version": "0.5.9",
"version": "0.5.9.1",
"manifest_version": 2,
"description": "Speed up, slow down, advance and rewind any HTML5 video with quick shortcuts.",
"homepage_url": "https://github.com/codebicycle/videospeed",

View File

@@ -75,6 +75,9 @@ var keyCodeAliases = {
220: '\\',
221: ']',
222: '\'',
59: ';',
61: '+',
173: '-',
}
function recordKeyPress(e) {