mirror of
https://github.com/20kdc/OC-KittenOS.git
synced 2024-11-23 02:48:06 +11:00
Added Lua 5.3 note to welcome message.
This commit is contained in:
parent
6ff93ed7d8
commit
d7bd17ca93
9
init.lua
9
init.lua
@ -596,10 +596,13 @@ openDialog("Welcome to KittenOS", "~welcome",
|
||||
--2345678901234567890123456789012
|
||||
"Alt-(arrow key): Move window. " ..
|
||||
"Alt-Enter: Start 'launcher'. " ..
|
||||
"Tab: Switch window. " ..
|
||||
"Shift-C will generally stop apps" ..
|
||||
" which don't care about text, or" ..
|
||||
" don't want any text right now. " ..
|
||||
"Tab: Switch window.")
|
||||
" which don't care about text. " ..
|
||||
"On a Tier 1 RAM, use Lua 5.3 -- " ..
|
||||
" you can do this by shift-using " ..
|
||||
" your computer's CPU. ")
|
||||
|
||||
|
||||
-- main WM
|
||||
local isAltDown = false
|
||||
|
Loading…
Reference in New Issue
Block a user