mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 03:53:23 +02:00
messagebartextarea: tab should focus next item
Change-Id: I5d15ad9b8019fc1c758224bccd024679288bec98 GitLab: #1055
This commit is contained in:
parent
712db6ff5c
commit
f265b71d9a
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ JamiFlickable {
|
|||
root.sendMessagesRequired()
|
||||
keyEvent.accepted = true
|
||||
}
|
||||
} else if (keyEvent.key === Qt.Key_Tab) {
|
||||
nextItemInFocusChain().forceActiveFocus(Qt.TabFocusReason)
|
||||
keyEvent.accepted = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue