mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-23 00:19:40 +00:00
Finish keyboard navigation for GridViews and MenuItems
This commit is contained in:
8
app/gui/NavigableMenuItem.qml
Normal file
8
app/gui/NavigableMenuItem.qml
Normal file
@@ -0,0 +1,8 @@
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 2.2
|
||||
|
||||
MenuItem {
|
||||
Keys.onReturnPressed: {
|
||||
triggered()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user