diff --git a/_articles/miscellaneous/auto-fill-browser.md b/_articles/miscellaneous/auto-fill-browser.md index 9af79b28..06fe25e7 100644 --- a/_articles/miscellaneous/auto-fill-browser.md +++ b/_articles/miscellaneous/auto-fill-browser.md @@ -19,17 +19,29 @@ If you are currently viewing a login form on a website, selecting a login from t ## Right-click context menu +{% note %}This feature is currently unavailable in Safari browser.{% endnote %} + The same list of logins that are available when using the popup window are also available from the convenience of the right-click context menu in your browser. {% image autofill-context-menu.png %} ## Keyboard shortcuts (hot keys) -You can use a set of keyboard shortcuts (hot keys) to quickly auto-fill a login form. When viewing the login form press `Ctrl + Shift + L` (`Cmd + Shift + L` on macOS) and the last used login for that website will be auto-filled. +You can use a set of keyboard shortcuts (hot keys) to quickly auto-fill a login form. When viewing the login form press the keyboard shortcut (see below) and the last used login for that website will be auto-filled. -Another option is to open the popup window using the shortcut `Ctrl + Shift + Y` (`Cmd + Shift + Y` on macOS and `Ctrl + Shift + U` on Linux). You can then `TAB` to the login that you would like to auto-fill and then press `ENTER` to select. +- Windows: `Ctrl + Shift + L` + - Edge: `Ctrl + \` +- Linux: `Ctrl + Shift + L` +- macOS: `Cmd + Shift + L` + - Safari: `Cmd + \` -You can easily customize these keyboard shortcuts in Chrome, Opera, and Vivaldi browsers. In the address bar navigate to `chrome://extensions` and locate the "Keyboard shortcuts" button (you may need to scroll to the bottom). Other browsers such as Firefox, Brave, and Edge do not currently support changing the default keyboard shortcuts for extensions. +Another option is to open the popup window using the keyboard shortcut (see below). You can then `TAB` to the login that you would like to auto-fill and then press `ENTER` to select. + +- Windows: `Ctrl + Shift + Y` +- Linux: `Ctrl + Shift + U` +- macOS: `Cmd + Shift + Y` + +You can easily customize these keyboard shortcuts in Chrome and Opera browsers. In the address bar navigate to `chrome://extensions` and locate the "Keyboard shortcuts" button (you may need to scroll to the bottom). Other browsers such as Firefox, Safari, Brave, and Edge do not currently support changing the default keyboard shortcuts for extensions. ## Auto-fill on page load