mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Add isHardwareKeySupported and refreshHardwareKeys
@@ -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
|
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
|
* Lock all keepassxc databases
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user