Files
text_editor/data/te.lua_project
2025-04-29 16:22:26 +02:00

6 lines
170 B
Plaintext

function OnCommandTE(e)
if e.key == SDLK_B and e.ctrl == 1 then
C("cd D:/dev/text_editor && build.bat") end
end
table.insert(OnCommandCallbacks, OnCommandTE)