make search box first in focus order

Closes racket/racket#2953
This commit is contained in:
Matthew Flatt 2019-12-15 10:06:52 -07:00
parent 08d09d672e
commit 0fd2444634

View File

@ -226,6 +226,7 @@
([class "searchbox"]
[style ,(sa "color: "dimcolor";")]
[type "text"]
[tabindex "1"]
[value ,emptylabel]
[title "Enter a search string to search the manuals"]
[onkeypress ,(format "return DoSearchKey(event, this, ~s, ~s);"