ALOT OF CHANGES
This commit is contained in:
6
data/te.lua_project
Normal file
6
data/te.lua_project
Normal file
@@ -0,0 +1,6 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user