Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2022-03-08 07:05:24 +0300
committerJonathan White <support@dmapps.us>2022-03-08 07:06:49 +0300
commite6fb363f9e9cc90ded97e797a867ae1499e98239 (patch)
treed54395fa49e02c7673a4ce4f602288fcb3c0b729 /share/translations
parentbd3de48558fdda96a209ef1ac2097b21a32e3429 (diff)
Several fixes for Auto-Typehotfix/auto-type
* On Windows, offer explicit methods to use the virtual keyboard style of typing. This partially reverts 1150b69836a9e999ebefa38e7fa608d4f07ee6fd by going back to the standard unicode method by default. However, uses can either add {MODE=VIRTUAL} to their sequence or choose "Use Virtual Keyboard" / CTRL+4 from the selection dialog. * Took this opportunity to clean up the signature of AutoType::performAutoType and AutoType::performAutoTypeWithSequence by removing the "hideWindow" attribute. * Show keyboard shortcuts on the selection dialog context menu * Fix selection dialog help icon color when in dark theme
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts21
1 files changed, 13 insertions, 8 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 92d8de75d..155dfa2ff 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -706,14 +706,6 @@
<translation type="unfinished"></translation>
</message>
<message>
- <source>&lt;p&gt;You can use advanced search queries to find any entry in your open databases. The following shortcuts are useful:&lt;br/&gt;
-Ctrl+F - Toggle database search&lt;br/&gt;
-Ctrl+1 - Type username&lt;br/&gt;
-Ctrl+2 - Type password&lt;br/&gt;
-Ctrl+3 - Type TOTP&lt;/p&gt;</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Search all open databases</source>
<translation type="unfinished"></translation>
</message>
@@ -753,6 +745,19 @@ Ctrl+3 - Type TOTP&lt;/p&gt;</source>
<source>Copy TOTP</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>&lt;p&gt;You can use advanced search queries to find any entry in your open databases. The following shortcuts are useful:&lt;br/&gt;
+Ctrl+F - Toggle database search&lt;br/&gt;
+Ctrl+1 - Type username&lt;br/&gt;
+Ctrl+2 - Type password&lt;br/&gt;
+Ctrl+3 - Type TOTP&lt;br/&gt;
+Ctrl+4 - Use Virtual Keyboard (Windows Only)&lt;/p&gt;</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Use Virtual Keyboard</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>BrowserAccessControlDialog</name>