Merge lines-mobile.love

This commit is contained in:
Kartik K. Agaram 2023-11-13 23:42:20 -08:00
commit d7bb9ad674

View File

@ -154,6 +154,7 @@ function App.keychord_press(chord, key)
end
return
end
love.keyboard.setTextInput(true) -- magic. keeps iOS from losing textinput events after switching apps.
if chord == 'C-e' then
-- carefully save settings
if Current_app == 'run' then