session: fix activate on key

Return and enter are two different keys???
This commit is contained in:
2 * r + 2 * t 2025-05-12 00:04:09 +10:00
parent 60858f6f02
commit 484478b5b3

View file

@ -91,6 +91,7 @@ Column {
color: button.activeFocus ? Colours.palette.m3secondaryContainer : Colours.palette.m3surfaceContainer
Keys.onEnterPressed: proc.startDetached()
Keys.onReturnPressed: proc.startDetached()
Keys.onEscapePressed: root.session.sessionVisible = false
Process {