port keyboard layout handling to source editor
Dependencies
- [2]
KKMFQDR4editing source code from within the app - [3]
2CK5QI7Wmake love event names consistent - [4]
G54H3YG2get rid of all bifold text - [5]
G3DLS5OUaudit all asserts - [6]
LIKTH6HMupdate stale source X-(
Change contents
- replacement in source_text.lua at line 202
if App.ctrl_down() or App.alt_down() or App.cmd_down() 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.endend