Added Space Clicking in AE Inventories.

This commit is contained in:
AlgorithmX2
2014-02-26 21:56:00 -06:00
parent ef729e7365
commit 076ddd548f
3 changed files with 71 additions and 0 deletions
@@ -227,6 +227,9 @@ public class GuiMEMonitorable extends AEBaseMEGui implements ISortSource, IConfi
{
if ( !this.checkHotbarKeys( key ) )
{
if ( character == ' ' && this.searchField.getText().length() == 0 )
return;
if ( searchField.textboxKeyTyped( character, key ) )
{
repo.searchString = this.searchField.getText();