Added additional hotkey options

This commit is contained in:
ortiza5
2021-03-11 17:47:18 -07:00
parent 9bf3e5413c
commit 288e7aad4e
2 changed files with 16 additions and 2 deletions
+3 -1
View File
@@ -6,10 +6,12 @@ chrome.runtime.onInstalled.addListener(function () {
navLeft: ["a"],
navDown: ["s"],
navRight: ["d"],
mapKeys: ["e"],
expand: ["e"],
contract: ["shift", "e"],
quit: ["q"],
click: ["enter"],
shiftClick: ["shift", "enter"],
controlClick: ["control", "enter"],
disableKeys: ["control", "shift", "x"],
},
},