session: fix activate on key
Return and enter are two different keys???
This commit is contained in:
parent
60858f6f02
commit
484478b5b3
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue