diff --git a/docs/images/database_view.png b/docs/images/database_view.png index 172c49caa..3d5dc4b3b 100644 Binary files a/docs/images/database_view.png and b/docs/images/database_view.png differ diff --git a/docs/images/main_interface.png b/docs/images/main_interface.png index 15087a5e0..088a05aaa 100644 Binary files a/docs/images/main_interface.png and b/docs/images/main_interface.png differ diff --git a/docs/images/sshagent_application_settings.png b/docs/images/sshagent_application_settings.png index 1c9325a74..7f07ee49b 100644 Binary files a/docs/images/sshagent_application_settings.png and b/docs/images/sshagent_application_settings.png differ diff --git a/docs/topics/DatabaseOperations.adoc b/docs/topics/DatabaseOperations.adoc index 349a4e76a..af3ca6c32 100644 --- a/docs/topics/DatabaseOperations.adoc +++ b/docs/topics/DatabaseOperations.adoc @@ -170,7 +170,7 @@ image::clone_entry.png[] 2. The clone dialog will appear. + .Clone entry dialog -image::clone_entry_dialog.png[,70%] +image::clone_entry_dialog.png[,50%] * Select the Append ‘ - Clone’ to title check-box to create a new entry with the word Clone as the suffix to the name of the new entry. * Select the Replace username and password with references check-box to create the new entry where the username and the password fields contain the references to the username and password to the master entry. * Select the Copy history checkbox to copy the history of the master entry to the clone. diff --git a/docs/topics/PasswordGenerator.adoc b/docs/topics/PasswordGenerator.adoc index d5e85d04b..2d8310b83 100644 --- a/docs/topics/PasswordGenerator.adoc +++ b/docs/topics/PasswordGenerator.adoc @@ -40,7 +40,7 @@ Word Count slider. 3. In the Word Separator field, enter a character, word, number, or space that you want to use as a separator between the words in your passphrase. 4. _(Optional)_ You can choose a word case between lower, upper, and title case options. 5. _(Optional)_ You can also load your own custom word lists. Click the plus sign button to the right of the wordlist selection dialog to choose a custom word list. You can download alternative lists from the https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases[EFF's Website] or from https://github.com/redacted/XKCD-password-generator#additional-languages[GitHub]. -4. Click the Regenerate button (Ctrl + R) to generate a new random passphrase. -5. Click the Clipboard button (Ctrl + C) to copy the passphrase to the clipboard. +6. Click the Regenerate button (Ctrl + R) to generate a new random passphrase. +7. Click the Clipboard button (Ctrl + C) to copy the passphrase to the clipboard. // end::advanced[] // end::content[] diff --git a/docs/topics/SSHAgent.adoc b/docs/topics/SSHAgent.adoc index b9651aec7..8c6a086fd 100644 --- a/docs/topics/SSHAgent.adoc +++ b/docs/topics/SSHAgent.adoc @@ -74,7 +74,7 @@ image::sshagent_application_settings.png[] On the settings page you can enable the integration by checking _Enable SSH Agent integration_. When the integration is enabled coming back to the settings page also shows if connection to the agent is working. -On Windows you have the option to select between _Pageant_ and _OpenSSH for Windows_ and on other platforms the settings page shows the current value of _SSH_AUTH_SOCK_ environment variable which is used to connect to the running agent and an option to manually override the automatically detected path. +On Windows, you have the option to select _Pageant_ and/or _OpenSSH for Windows_. On macOS and Linux, the system ssh-agent will be used automatically and the settings page shows the current value of _SSH_AUTH_SOCK_ environment variable which is used to connect to the running agent and an option to manually override the automatically detected path. If the value of _SSH_AUTH_SOCK_ is empty it means the agent is not properly configured and KeePassXC will be unable to connect to it unless you provide a static override path to the socket.