Added additional hotkey options
This commit is contained in:
@@ -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"],
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user