mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 10:40:59 +00:00
Add numpad Enter handlers (Keys.onEnterPressed) (#516)
This commit is contained in:
committed by
GitHub
parent
87a7d2e45c
commit
fff9f2b17d
@@ -56,6 +56,10 @@ NavigableDialog {
|
||||
accept()
|
||||
}
|
||||
|
||||
Keys.onEnterPressed: {
|
||||
accept()
|
||||
}
|
||||
|
||||
Keys.onEscapePressed: {
|
||||
reject()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user