Skip to content

Commit 08bbc80

Browse files
wjyrichBLumia
authored andcommitted
fix: clicking the left and right keys no response in fullscreen.
event added the key_right and key_left. pms-bug-289091
1 parent 22048e1 commit 08bbc80

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qml/FullscreenFrame.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,8 @@ InputEventItem {
677677
switch (event.key) {
678678
case Qt.Key_Up:
679679
case Qt.Key_Down:
680+
case Qt.Key_Left:
681+
case Qt.Key_Right:
680682
case Qt.Key_Enter:
681683
case Qt.Key_Return:
682684
listviewPage.focus = true

0 commit comments

Comments
 (0)