Add search shortcut && do not show notification when receiving state

event.
This commit is contained in:
Black Hat
2018-08-26 15:42:37 +08:00
parent d2493cda11
commit cb2f7daa17
2 changed files with 6 additions and 0 deletions

View File

@@ -55,6 +55,11 @@ Item {
verticalAlignment: Text.AlignVCenter
}
}
Shortcut {
sequence: StandardKey.Find
onActivated: searchField.forceActiveFocus()
}
}
}