Add ctrl+f, shift+f defaults
This commit is contained in:
parent
27daf7c109
commit
cb2a6fec08
@ -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"]],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user