6 lines
170 B
Plaintext
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) |