sinkillerj / ProjectE

ProjectE. A complete rewrite of EE2 for modern Minecraft versions.
MIT License
406 stars 206 forks source link

Add fallback handling for keypress in Transmutation GUI #2352

Open Caellian opened 4 months ago

Caellian commented 4 months ago

Even if the search textbox isn't selected, if pressing a key in Transmutation GUI doesn't do anything, fallback should be for that key to be inserted into textbox and for textbox to then be selected.

Assuming user has stored EMC, this makes it much quicker to start searching for an item because they can start typing right after opening the tablet instead of having to drag their cursor and select the only textbox in the GUI.

TODO