diff --git a/js/background.js b/js/background.js index e90bc59..9cd6c80 100644 --- a/js/background.js +++ b/js/background.js @@ -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"], }, }, diff --git a/options.html b/options.html index 4f95b3a..f7afc48 100644 --- a/options.html +++ b/options.html @@ -43,12 +43,18 @@
-
+
Map Keys or Change Targets

+
+ + Contract + +
+
Quit @@ -67,6 +73,12 @@

+
+ + Control Click + +
+
Disable the Hotkeys