precent focusing on the search results until there is data

This commit is contained in:
Charles Ewert 2023-10-29 15:12:37 -04:00
parent 8c0fc20ece
commit 187a0528ef

View File

@ -57,7 +57,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
if key = "left" and m.searchSelect.isinFocusChain()
m.searchAlphabox.setFocus(true)
return true
else if key = "right"
else if key = "right" and m.searchHelpText.visible = false
m.searchSelect.setFocus(true)
return true
else if key = "play"