From cb2a6fec084a39181a164ef111273e6de6c04f40 Mon Sep 17 00:00:00 2001 From: Stian Lund Date: Mon, 24 Apr 2023 14:32:45 +0200 Subject: [PATCH] Add ctrl+f, shift+f defaults --- js/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/background.js b/js/background.js index e2a120a..3749976 100644 --- a/js/background.js +++ b/js/background.js @@ -10,8 +10,8 @@ chrome.runtime.onInstalled.addListener(function () { contract: [["shift", "e"]], quit: [["q"]], click: [["f"], ["enter"]], - shiftClick: [["shift", "enter"]], - controlClick: [["control", "enter"]], + shiftClick: [["shift", "enter"], ["shift", "f"]], + controlClick: [["control", "enter"], ["control", "f"]], disableKeys: [["control", "shift", "x"]], }, },