mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-03-04 04:09:27 -05:00

* Closes #11467 - Describe default search fields * Closes #11468 - Fix lock database shortcut * Closes #8259 - Add a note about 1Password OPVault specifics * Closes #9794 - Add section anchors for easy linking * Closes #10316 - Show how to setup managed Edge on macOS * Closes #7805 - Document entry url handling * Closes #9143 - Document database merge behavior * Closes #10876 - Correct wording in browser and passkey sections Update outdated images of the user interface. Improve wording and flow of entire documentation. Fill in missing pieces based on user feedback. Add mention about URL wildcards
55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
= KeePassXC – Keyboard Shortcuts
|
||
include::.sharedheader[]
|
||
:imagesdir: ../images
|
||
|
||
// tag::content[]
|
||
NOTE: On macOS please substitute `Ctrl` with `Cmd` (aka `⌘`).
|
||
|
||
[grid=rows, frame=none, width=75%]
|
||
|===
|
||
|Action | Keyboard Shortcut
|
||
|
||
|Settings | Ctrl + ,
|
||
|Open Database | Ctrl + O
|
||
|Save Database | Ctrl + S
|
||
|Save Database As | Ctrl + Shift + S
|
||
|New Database | Ctrl + Shift + N
|
||
|Close Database | Ctrl + W ; Ctrl + F4
|
||
|Lock Current Database | Ctrl + L
|
||
|Lock All Databases | Ctrl + Shift + L
|
||
|Database Settings | Ctrl + Shift + ,
|
||
|Database Reports | Ctrl + Shift + R
|
||
|Quit | Ctrl + Q
|
||
|New Entry | Ctrl + N
|
||
|Edit Entry | Enter ; Ctrl + E
|
||
|Delete Entry | Delete
|
||
|Clone Entry | Ctrl + D
|
||
|Copy Username | Ctrl + B
|
||
|Copy Password | Ctrl + C
|
||
|Copy URL | Ctrl + U
|
||
|Open URL | Ctrl + Shift + U
|
||
|Copy TOTP | Ctrl + T
|
||
|Copy Password and TOTP | Ctrl + Y
|
||
|Show TOTP | Ctrl + Shift + T
|
||
|Trigger AutoType | Ctrl + Shift + V
|
||
|Add key to SSH Agent | Ctrl + H
|
||
|Remove key from SSH Agent | Ctrl + Shift + H
|
||
|Move entry up (if unsorted) | Ctrl + Alt + Up
|
||
|Move entry down (if unsorted) | Ctrl + Alt + Down
|
||
|Sort Groups A-Z | Ctrl + Down
|
||
|Sort Groups Z-A | Ctrl + Up
|
||
|Minimize Window | Ctrl + M
|
||
|Hide Window | Ctrl + Shift + M
|
||
|Select Next Database Tab | Ctrl + Tab ; Ctrl + PageDn
|
||
|Select Previous Database Tab | Ctrl + Shift + Tab ; Ctrl + PageUp
|
||
|Select the nth database | Ctrl + n, where n is the number of the database tab
|
||
|Toggle Passwords Hidden | Ctrl + Shift + C
|
||
|Toggle Usernames Hidden | Ctrl + Shift + B
|
||
|Focus Groups (edit if focused) | F1
|
||
|Focus Entries (edit if focused) | F2
|
||
|Focus Search | F3 ; Ctrl + F
|
||
|Clear Search | Escape
|
||
|Show Keyboard Shortcuts | Ctrl + /
|
||
|===
|
||
// end::content[]
|