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"]],
|
contract: [["shift", "e"]],
|
||||||
quit: [["q"]],
|
quit: [["q"]],
|
||||||
click: [["f"], ["enter"]],
|
click: [["f"], ["enter"]],
|
||||||
shiftClick: [["shift", "enter"]],
|
shiftClick: [["shift", "enter"], ["shift", "f"]],
|
||||||
controlClick: [["control", "enter"]],
|
controlClick: [["control", "enter"], ["control", "f"]],
|
||||||
disableKeys: [["control", "shift", "x"]],
|
disableKeys: [["control", "shift", "x"]],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user