transition to kernel

This commit is contained in:
kepler155c@gmail.com
2018-01-15 16:28:10 -05:00
parent 7db1db2957
commit bd37d32750
7 changed files with 55 additions and 53 deletions

View File

@@ -366,13 +366,15 @@ function page:eventHandler(event)
elseif event.type == 'lua' then
multishell.openTab({
path = 'sys/apps/Lua.lua',
path ='sys/apps/shell',
args = { 'sys/apps/Lua.lua' },
focused = true,
})
elseif event.type == 'files' then
multishell.openTab({
path = 'sys/apps/Files.lua',
path ='sys/apps/shell',
args = { 'sys/apps/Files.lua' },
focused = true,
})