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

View File

@ -43,12 +43,18 @@
</span>
</div>
<hr>
<div class="setting" id="mapKeys" data-type="shortcut">
<div class="setting" id="expand" data-type="shortcut">
<span class="setting-description">
Map Keys or Change Targets
</span>
</div>
<hr>
<div class="setting" id="contract" data-type="shortcut">
<span class="setting-description">
Contract
</span>
</div>
<hr>
<div class="setting" id="quit" data-type="shortcut">
<span class="setting-description">
Quit
@ -67,6 +73,12 @@
</span>
</div>
<hr>
<div class="setting" id="controlClick" data-type="shortcut">
<span class="setting-description">
Control Click
</span>
</div>
<hr>
<div class="setting" id="disableKeys" data-type="shortcut">
<span class="setting-description">
Disable the Hotkeys