Add keyboard navigation for media playback
This commit is contained in:
parent
76d1d48bff
commit
cb4aa06901
3 changed files with 48 additions and 1 deletions
|
@ -38,6 +38,12 @@ Item {
|
|||
|
||||
TextInput {
|
||||
id: textInput
|
||||
|
||||
Component.onDestruction: {
|
||||
// Return keyboard focus to pgst
|
||||
pgst.focus = true;
|
||||
}
|
||||
|
||||
anchors {
|
||||
verticalCenter: parent.verticalCenter
|
||||
left: parent.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue