Added additional hotkey options

This commit is contained in:
ortiza5
2021-03-11 17:47:18 -07:00
parent d4ca73e9f8
commit 0e289ce8c9
2 changed files with 16 additions and 2 deletions

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"],
},
},