From f2f83c3e96e58d153bf78e04c1693ce582e68969 Mon Sep 17 00:00:00 2001 From: Jonathan White Date: Sun, 23 Oct 2022 09:39:20 -0400 Subject: [PATCH] Add isHardwareKeySupported and refreshHardwareKeys --- Using-DBus-with-KeePassXC.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Using-DBus-with-KeePassXC.md b/Using-DBus-with-KeePassXC.md index 66dc9c9..ae1dcaa 100644 --- a/Using-DBus-with-KeePassXC.md +++ b/Using-DBus-with-KeePassXC.md @@ -18,6 +18,18 @@ qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.KeePassXC.Main qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.KeePassXC.MainWindow.openDatabase /path/to/database.kdbx passwd /path/to/key ``` +* Check if hardware keys are supported + +``` +qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.KeePassXC.MainWindow.isHardwareKeySupported +``` + +* Refresh hardware key list + +``` +qdbus org.keepassxc.KeePassXC.MainWindow /keepassxc org.keepassxc.KeePassXC.MainWindow.refreshHardwareKeys +``` + * Lock all keepassxc databases ```