Skip to content

Commit

Permalink
Re-add support for Firefox keys -, + and ;
Browse files Browse the repository at this point in the history
  • Loading branch information
codebicycle committed Mar 28, 2020
1 parent 9751261 commit a84d7bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions options.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ var keyCodeAliases = {
220: '\\',
221: ']',
222: '\'',
59: ';',
61: '+',
173: '-',
}

function recordKeyPress(e) {
Expand Down

0 comments on commit a84d7bd

Please sign in to comment.