fix search results navigation per Neil Suggestion (#852)
This commit is contained in:
parent
e0f5597b59
commit
6999538361
|
@ -48,7 +48,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
||||||
m.searchAlphabox.textEditBox.translation = "[0, 0]"
|
m.searchAlphabox.textEditBox.translation = "[0, 0]"
|
||||||
end if
|
end if
|
||||||
|
|
||||||
if key = "left" and m.searchSelect.isinFocusChain() and (m.searchSelect.currFocusColumn = -1 or m.searchSelect.currFocusColumn = 0)
|
if key = "left" and m.searchSelect.isinFocusChain()
|
||||||
m.searchAlphabox.setFocus(true)
|
m.searchAlphabox.setFocus(true)
|
||||||
return true
|
return true
|
||||||
else if key = "right"
|
else if key = "right"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user