diff --git a/js/background.js b/js/background.js index a064d0f..e90bc59 100644 --- a/js/background.js +++ b/js/background.js @@ -6,7 +6,7 @@ chrome.runtime.onInstalled.addListener(function () { navLeft: ["a"], navDown: ["s"], navRight: ["d"], - expand: ["e"], + mapKeys: ["e"], quit: ["q"], click: ["enter"], shiftClick: ["shift", "enter"], diff --git a/options.html b/options.html index 9c4ad30..4f95b3a 100644 --- a/options.html +++ b/options.html @@ -19,39 +19,57 @@