mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-04 10:17:26 -04:00
components: handle enter and return
This commit is contained in:
@@ -146,6 +146,8 @@ Item {
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
}
|
||||
|
||||
Keys.enabled: button.visible
|
||||
Keys.onSpacePressed: doClick()
|
||||
Keys.onEnterPressed: Keys.onReturnPressed(event)
|
||||
Keys.onReturnPressed: doClick()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user