Skip to content
Snippets Groups Projects
Commit f265b71d authored by Sébastien Blin's avatar Sébastien Blin
Browse files

messagebartextarea: tab should focus next item

Change-Id: I5d15ad9b8019fc1c758224bccd024679288bec98
GitLab: #1055
parent 712db6ff
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,9 @@ JamiFlickable { ...@@ -119,6 +119,9 @@ JamiFlickable {
root.sendMessagesRequired() root.sendMessagesRequired()
keyEvent.accepted = true keyEvent.accepted = true
} }
} else if (keyEvent.key === Qt.Key_Tab) {
nextItemInFocusChain().forceActiveFocus(Qt.TabFocusReason)
keyEvent.accepted = true
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment