also autofill on mod+9
This commit is contained in:
parent
88b2746920
commit
0fd5979637
|
@ -18,7 +18,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||||
return false;
|
return false;
|
||||||
};
|
};
|
||||||
|
|
||||||
const autofillCommand = isSafari || isEdge ? 'mod+\\' : 'mod+shift+l';
|
const autofillCommand = isSafari || isEdge ? ['mod+\\', 'mod+9'] : ['mod+shift+l'];
|
||||||
Mousetrap.bind(autofillCommand, () => {
|
Mousetrap.bind(autofillCommand, () => {
|
||||||
sendMessage('autofill_login');
|
sendMessage('autofill_login');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue