Added Cmd+Shift+P for autofill in safari

This commit is contained in:
Chad Scharf 2020-08-12 17:08:34 -04:00
parent 5861a51d54
commit 36e5087479
1 changed files with 1 additions and 1 deletions

View File

@ -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'];
}