From 0e289ce8c9b252c38ecd7a76c8154a456192ff8c Mon Sep 17 00:00:00 2001 From: ortiza5 <43008712+ortiza5@users.noreply.github.com> Date: Thu, 11 Mar 2021 17:47:18 -0700 Subject: [PATCH] Added additional hotkey options --- js/background.js | 4 +++- options.html | 14 +++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) 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