From e88fcdb806c6b54b7aa1206f565ba4f2d1c138fa Mon Sep 17 00:00:00 2001 From: Charles Renwick Date: Mon, 24 May 2021 16:01:47 -0400 Subject: [PATCH] Removes custom Safari shortcut docs (#499) Bitwarden 1.25.0 on MacOS with Safari seems to use the standard MacOS shortcut for autofill (`Cmd + Shift + L`) and the custom Safari shortcuts no longer work (`Cmd + \ or Cmd + 8 or Cmd + Shift + P`). --- _articles/features/auto-fill-browser.md | 1 - 1 file changed, 1 deletion(-) diff --git a/_articles/features/auto-fill-browser.md b/_articles/features/auto-fill-browser.md index 6d96d548..a47b506e 100644 --- a/_articles/features/auto-fill-browser.md +++ b/_articles/features/auto-fill-browser.md @@ -51,7 +51,6 @@ To auto-fill login information, use the following **default** shortcuts. If ther - On Windows: `Ctrl + Shift + L` - On macOS: `Cmd + Shift + L` - On Linux: `Ctrl + Shift + L` -- Safari: `Cmd + \` or `Cmd + 8` or `Cmd + Shift + P` {% callout success %} If a login uses the [Bitwarden Authenticator]({% link _articles/features/authenticator-keys.md %}) for TOTPs, using the `Cmd/Ctrl + Shift + L` will automatically copy your TOTP to your clipboard after auto-filling. All you have to do is `Cmd/Ctrl + V` to paste!