bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
20 stars 4 forks source link

Search in current (Ctrl F) move cursor into search box for instant typing #246

Closed bdhrs closed 2 days ago

bdhrs commented 1 month ago

When using Ctrl-F to search within a text, currently one needs to go the mouse, move to the search box, and then start typing.

I propose the cursor move automatically to the search box, so one can Ctrl-F and start typing immediately.

This would be really useful, especially when doing hundreds of searches.

bksubhuti commented 1 month ago

If I remember there were issues with this.. but maybe only for the mobile and popup keyboards. I think just setting to request focus (if IsDesktop) should work.

bksubhuti commented 2 days ago

fixed and tested