mirror of
https://github.com/bitwarden/help
synced 2025-12-23 03:33:20 +00:00
* Stage Providers (#691) * initial provider drafts * fix build errors * image overlays & alt-text * capitalize title * update /about-collections/ for providers * update /about-groups/ for provider users * updating 'sharing' for provider users * update /managing-users/ for provider users * provider - create org permissions fixes * update create org permissions * about-orgs compare to providers * temp remove pricing FAQ item * Update Staging w/ Latest (#695) * initial provider drafts * fix build errors * image overlays & alt-text * capitalize title * update /about-collections/ for providers * update /about-groups/ for provider users * updating 'sharing' for provider users * update /managing-users/ for provider users * provider - create org permissions fixes * update create org permissions * about-orgs compare to providers * temp remove pricing FAQ item * updates from cscharf & gtran review * updates from cscharf & gtran review * Update Staging w/ Latest Again (#696) * initial provider drafts * fix build errors * image overlays & alt-text * capitalize title * update /about-collections/ for providers * update /about-groups/ for provider users * updating 'sharing' for provider users * update /managing-users/ for provider users * provider - create org permissions fixes * update create org permissions * about-orgs compare to providers * temp remove pricing FAQ item * updates from cscharf & gtran review * updates from cscharf & gtran review * updates * Update Staging w/ Latest (#697) * initial provider drafts * fix build errors * image overlays & alt-text * capitalize title * update /about-collections/ for providers * update /about-groups/ for provider users * updating 'sharing' for provider users * update /managing-users/ for provider users * provider - create org permissions fixes * update create org permissions * about-orgs compare to providers * temp remove pricing FAQ item * updates from cscharf & gtran review * updates from cscharf & gtran review * updates * note on freeing up user seat * Update Staging w/ APR v1.0 (#698) * Update to Automatic Enrollment option * update for 'force change on login', image outstanding * reset via email updates, images outstanding * pre-release updates to admin pw reset * Update Staging w/ Latest (#699) * initial provider drafts * fix build errors * image overlays & alt-text * capitalize title * update /about-collections/ for providers * update /about-groups/ for provider users * updating 'sharing' for provider users * update /managing-users/ for provider users * provider - create org permissions fixes * update create org permissions * about-orgs compare to providers * temp remove pricing FAQ item * updates from cscharf & gtran review * updates from cscharf & gtran review * updates * note on freeing up user seat * Updates from recent product changes - title-cased buttons - access vault event + diagram in /article/providers/ * resolve conflict * Updating Staging w/ Latest (#701) * Update "share" -> "move" * resolve conflict * update /sharing/ refs * Update Staging w/ Latest (#702) * Bad link due to typo (#692) * release notes inital * update release notes and index.html to surface admin pw reset in popular articles Co-authored-by: Daniel Pedigo <dpedigo@gmail.com> * update diagram * additional FAQ items, edits from Gina, suggestion to provision 2nd Provider Admin * update CTA for signup * cli auth challenge draft (#706) * Update CLI doc for captcha error, rollback policies article * rollback pw reset article * rollback release notes * update move/share screenshots in provider content * update releasenotes date * faqs & feedback from rluibrand * redirect * resolve conflicts 1/3 * resolve conflicts 2/3 * test resolution for conflict * test resolution for conflict * hide deprecated articles & update links Co-authored-by: Daniel Pedigo <dpedigo@gmail.com>
64 lines
2.0 KiB
Markdown
64 lines
2.0 KiB
Markdown
---
|
|
layout: article
|
|
title: Keyboard Shortcuts
|
|
categories: [account-management]
|
|
featured: false
|
|
popular: false
|
|
tags: [keyboard, shortcut, mouseless]
|
|
order: 15
|
|
---
|
|
|
|
## Browser extension shortcuts
|
|
|
|
You can change browser extension shortcuts on most Chrome-based browsers by visiting a url, such as
|
|
`chrome://extensions/shortcuts`. Firefox shortcuts can be changed by [managing extension shortcuts](https://support.mozilla.org/en-US/kb/manage-extension-shortcuts-firefox). By default, the Browser Extension shortcuts are:
|
|
|
|
- Ctrl/CMD `+` Shift `+` Y `→` Activate extension
|
|
- Ctrl/CMD `+` Shift `+` L `→` Autofill, press again to cycle through matching logins
|
|
{% 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!{% endcallout %}
|
|
- Ctrl/CMD `+` Shift `+` 9 `→` Generate a password and copy it to the clipboard
|
|
- Ctrl/CMD `+` Shift `+` N `→` Lock extension
|
|
|
|
## Desktop application shortcuts
|
|
|
|
**General:**
|
|
- Ctrl/CMD `+` , `→` Preferences
|
|
- Ctrl/CMD `+` L `→` Lock Now
|
|
- Ctrl/CMD `+` Q `→` Quit
|
|
|
|
|
|
**File:**
|
|
|
|
- Ctrl/CMD `+` N `→` Add New Login
|
|
|
|
**Edit:**
|
|
|
|
- Ctrl/CMD `+` Z `→` Undo
|
|
- Ctrl/CMD `+` Y `→` Redo
|
|
- Ctrl/CMD `+` X `→` Cut
|
|
- Ctrl/CMD `+` C `→` Copy
|
|
- Ctrl/CMD `+` V `→` Paste
|
|
- Ctrl/CMD `+` A `→` Select all
|
|
- Ctrl/CMD `+` U `→` Copy Username
|
|
- Ctrl/CMD `+` P `→` Copy Password
|
|
- Ctrl/CMD `+` T `→` Copy TOTP
|
|
|
|
|
|
**View:**
|
|
|
|
- Ctrl/CMD `+` F `→` Search in vault
|
|
- Ctrl/CMD `+` G `→` Password generator
|
|
- Ctrl/CMD `+` = `→` Zoom in
|
|
- Ctrl/CMD `+` - `→` Zoom out
|
|
- Ctrl/CMD `+` 0 `→` Reset zoom
|
|
- F11 `→` Full screen
|
|
- Ctrl/CMD `+` Shift `+` R `→` Reload
|
|
- F12 `→` Developer options
|
|
|
|
**Window:**
|
|
|
|
- Ctrl/CMD `+` M `→` Minimize
|
|
- Ctrl/CMD `+` Shift `+` M `→` Send to tray/Hide to Menu bar
|
|
- Ctrl/CMD `+` Shift `+` T `→` Always On top
|
|
- Ctrl/CMD `+` W `→` Close window
|