Change playback override key to L
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user