Added Lua 5.3 note to welcome message.

This commit is contained in:
20kdc 2017-03-13 17:42:34 +00:00
parent 6ff93ed7d8
commit d7bd17ca93
1 changed files with 6 additions and 3 deletions

View File

@ -596,10 +596,13 @@ openDialog("Welcome to KittenOS", "~welcome",
--2345678901234567890123456789012 --2345678901234567890123456789012
"Alt-(arrow key): Move window. " .. "Alt-(arrow key): Move window. " ..
"Alt-Enter: Start 'launcher'. " .. "Alt-Enter: Start 'launcher'. " ..
"Tab: Switch window. " ..
"Shift-C will generally stop apps" .. "Shift-C will generally stop apps" ..
" which don't care about text, or" .. " which don't care about text. " ..
" don't want any text right now. " .. "On a Tier 1 RAM, use Lua 5.3 -- " ..
"Tab: Switch window.") " you can do this by shift-using " ..
" your computer's CPU. ")
-- main WM -- main WM
local isAltDown = false local isAltDown = false