diff --git a/qml/main.qml b/qml/main.qml index 2757650..3966ea5 100644 --- a/qml/main.qml +++ b/qml/main.qml @@ -38,6 +38,9 @@ ApplicationWindow { Keys.onReturnPressed: (e) => { hpa.setResult("auth:" + passwordField.text); } + Keys.onEnterPressed: (e) => { + hpa.setResult("auth:" + passwordField.text); + } ColumnLayout { anchors.fill: parent