mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Fix documentation
* Close #4206 - include search modifier `!` * Close #3868 - explain Auto-Type under Wayland * Fix rendering of admonition blocks on mobile devices
This commit is contained in:
parent
2f422ab719
commit
0070d5f295
@ -470,13 +470,6 @@ video {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media all and (max-width: 600px) {
|
||||
table {
|
||||
width: 55vw!important;
|
||||
font-size: 3vw;
|
||||
}
|
||||
}
|
||||
|
||||
.exampleblock > .content {
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
@ -7,6 +7,8 @@ The Auto-Type feature acts like a virtual keyboard to populate data from your en
|
||||
|
||||
NOTE: Auto-Type is a completely separate feature from Browser Integration. You do not need to have the KeePassXC browser extension installed in your browser to use Auto-Type.
|
||||
|
||||
WARNING: Auto-Type will be disabled when run with a Wayland compositor on Linux. To use Auto-Type in this environment, you must set `QT_QPA_PLATFORM=xcb` or start KeePassXC with the `-platform xcb` command-line flag.
|
||||
|
||||
=== Configure Global Auto-Type
|
||||
You can define a global Auto-Type hotkey that starts the Auto-Type process. To configure the hotkey, perform the following steps:
|
||||
|
||||
|
@ -141,7 +141,8 @@ KeePassXC provides an enhanced and granular search features the enables you to s
|
||||
|===
|
||||
|Modifier |Description
|
||||
|
||||
|- |Exclude this term from results
|
||||
|- |Exclude this term from results
|
||||
|! |Exclude this term from results
|
||||
|+ |Match this term exactly
|
||||
|* |Term is handled as a regular expression
|
||||
|===
|
||||
|
Loading…
Reference in New Issue
Block a user