Change playback override key to L

This commit is contained in:
2022-09-13 14:20:08 -06:00
parent 3849efdbda
commit a546438fdc
+1 -1
View File
@@ -30,7 +30,7 @@ ApplicationWindow {
id: playerView
}
Keys.onPressed: (event)=> {
if (event.key == Qt.Key_Return) {
if (event.key == Qt.Key_L) {
currentIndex = 1
playerView.children[0].play("./test1.mkv")
}