Add keyboard navigation for media playback

This commit is contained in:
Thomas Perl 2014-10-28 11:37:26 +01:00
parent 76d1d48bff
commit cb4aa06901
3 changed files with 48 additions and 1 deletions

View file

@ -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