NI7WCDVACHGU5X536NUPQ6LBXGAPTMDPEUJSK6KXMPMOIUL5HPJQC function Text.text_input(State, t)if App.mouse_down(1) then return endif App.any_modifier_down() thenif App.key_down(t) then-- The modifiers didn't change the key. Handle it in keychord_pressed.returnelse-- Key mutated by the keyboard layout. Continue below.endendend-- Don't handle any keys here that would trigger text_input above.