1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-28 15:32:50 -05:00

spotlight: fix file search keyboard navi woes

This commit is contained in:
bbedward
2025-10-27 10:57:12 -04:00
parent b79c66d59a
commit 2e462b0899
2 changed files with 34 additions and 11 deletions

View File

@@ -202,7 +202,7 @@ Item {
font.pixelSize: Theme.fontSizeLarge
enabled: parentModal ? parentModal.spotlightOpen : true
placeholderText: searchMode === "files" ? "Search files..." : "Search apps..."
ignoreLeftRightKeys: searchMode === "files" || appLauncher.viewMode !== "list"
ignoreLeftRightKeys: appLauncher.viewMode !== "list"
ignoreTabKeys: true
keyForwardTargets: [spotlightKeyHandler]
onTextChanged: {