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
path: root/tests
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2022-03-08 07:05:24 +0300
committerJonathan White <support@dmapps.us>2022-03-19 15:23:53 +0300
commit8a7eb3695087c94f78b9c93676f6d36597f407c2 (patch)
treeace68aa0e8da782b9fb60ed641976c767dba60e5 /tests
parent392cab2e367c5c503ffaf7212cc972e0c20f9c56 (diff)
Several fixes for 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 'tests')
-rw-r--r--tests/TestAutoType.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/TestAutoType.cpp b/tests/TestAutoType.cpp
index 32b4b1e49..235ba5a86 100644
--- a/tests/TestAutoType.cpp
+++ b/tests/TestAutoType.cpp
@@ -140,7 +140,7 @@ void TestAutoType::testInternal()
void TestAutoType::testSingleAutoType()
{
- m_autoType->performAutoType(m_entry1, nullptr);
+ m_autoType->performAutoType(m_entry1);
QCOMPARE(m_test->actionCount(), 14);
QCOMPARE(m_test->actionChars(),