Add ctrl+f, shift+f defaults

This commit is contained in:
Stian Lund 2023-04-24 14:32:45 +02:00
parent 27daf7c109
commit cb2a6fec08

View File

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