Fix Ctrl + F not working

Fix Crtl + F not working by only having the shortcut assigned to a single searchfield. 
- Ctrl + F is now for the roomlist search
- The user search in the room drawer is now ctrl + shift + f
- for the emoji picker and qucik switcher these have the shortcut removed and focus is managed by the popup.

BUG: 462524
This commit is contained in:
James Graham
2023-01-03 18:06:51 +00:00
parent 93dd25f954
commit 666f247185
4 changed files with 25 additions and 0 deletions

View File

@@ -251,6 +251,8 @@ Kirigami.OverlayDrawer {
Layout.rightMargin: Kirigami.Units.largeSpacing - 1
Layout.bottomMargin: Kirigami.Units.smallSpacing
focusSequence: "Ctrl+Shift+F"
onAccepted: sortedMessageEventModel.filterString = text;
}