mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-21 15:40:18 +00:00
Add numpad Enter handlers (Keys.onEnterPressed) (#516)
This commit is contained in:
committed by
GitHub
parent
87a7d2e45c
commit
fff9f2b17d
@@ -22,6 +22,10 @@ MenuItem {
|
||||
triggered()
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: {
|
||||
triggered()
|
||||
}
|
||||
|
||||
Keys.onEscapePressed: {
|
||||
parentMenu.close()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user