diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml
index 0e081ae5..8c7a05d3 100644
--- a/components/StandardDialog.qml
+++ b/components/StandardDialog.qml
@@ -119,6 +119,7 @@ Window {
releasedColor: "#FF6C3C"
pressedColor: "#FF4304"
text: qsTr("Cancel")
+ KeyNavigation.tab: passwordInput
onClicked: {
root.rejected()
root.close()
diff --git a/qml.qrc b/qml.qrc
index 93938e96..c1aa0ece 100644
--- a/qml.qrc
+++ b/qml.qrc
@@ -121,5 +121,6 @@
components/StandardDialog.qml
pages/Sign.qml
components/DaemonManagerDialog.qml
+ components/StandardDialog.qml