Update options page to reflect actions available

This commit is contained in:
ortiza5
2021-03-11 13:36:36 -07:00
parent cd89ac2660
commit 155630e9d7
2 changed files with 31 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ chrome.runtime.onInstalled.addListener(function () {
navLeft: ["a"],
navDown: ["s"],
navRight: ["d"],
expand: ["e"],
mapKeys: ["e"],
quit: ["q"],
click: ["enter"],
shiftClick: ["shift", "enter"],