mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
also autofill on mod+9
This commit is contained in:
@@ -18,7 +18,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
return false;
|
||||
};
|
||||
|
||||
const autofillCommand = isSafari || isEdge ? 'mod+\\' : 'mod+shift+l';
|
||||
const autofillCommand = isSafari || isEdge ? ['mod+\\', 'mod+9'] : ['mod+shift+l'];
|
||||
Mousetrap.bind(autofillCommand, () => {
|
||||
sendMessage('autofill_login');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user