mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Added Cmd+Shift+P for autofill in safari
This commit is contained in:
parent
5861a51d54
commit
36e5087479
@ -20,7 +20,7 @@ document.addEventListener('DOMContentLoaded', (event) => {
|
||||
|
||||
let autofillCommand = ['mod+shift+l'];
|
||||
if (isSafari) {
|
||||
autofillCommand = ['mod+\\', 'mod+8'];
|
||||
autofillCommand = ['mod+\\', 'mod+8', 'mod+shift+p'];
|
||||
} else if (isEdge) {
|
||||
autofillCommand = ['mod+\\', 'mod+9'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user