Room & member filter fields: support (shift+)tab

This commit is contained in:
miruka
2020-08-19 07:36:43 -04:00
parent 007a11b4aa
commit 2f1889423b
3 changed files with 5 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ HColumnLayout {
)
}
Keys.onTabPressed: memberList.incrementCurrentIndex()
Keys.onBacktabPressed: memberList.decrementCurrentIndex()
Keys.onEnterPressed: Keys.onReturnPressed(event)
Keys.onReturnPressed: {
currentItem.leftClicked()