add handlers to enter push

This commit is contained in:
Cyril Anisimov 2025-06-11 23:35:50 +02:00
parent 691680adef
commit d74a431e95
10 changed files with 38 additions and 14 deletions

View file

@ -145,8 +145,8 @@ PageType {
focusItem.forceActiveFocus()
}
Keys.onEnterPressed: basicButton.clicked()
Keys.onReturnPressed: basicButton.clicked()
Keys.onEnterPressed: this.clicked()
Keys.onReturnPressed: this.clicked()
}
}
}