1
0
mirror of https://github.com/20kdc/OC-KittenOS.git synced 2024-12-27 03:18:06 +11:00

v5 beginnings: logo update and a new Everest key

This commit is contained in:
20kdc 2018-06-06 23:10:32 +01:00
parent ae89024112
commit e75cd20aa4
3 changed files with 7 additions and 7 deletions

View File

@ -671,13 +671,13 @@ local function key(ku, ka, kc, down)
changeFocus(n) changeFocus(n)
end return end return
end end
if ka == 3 then if ka == 97 then
-- Ctrl-Alt-C (!?!?!!) if not down then
if isCtrDown then isAltDown = false
error("User-authorized Everest crash.")
end end
return
end end
if ka == 99 then if ka == 3 or ka == 99 then
if down then if down then
if isCtrDown then if isCtrDown then
error("User-authorized Everest crash.") error("User-authorized Everest crash.")

View File

@ -54,7 +54,7 @@ return {
}, },
["neo-everest"] = { ["neo-everest"] = {
desc = "KittenOS NEO / Everest (windowing)", desc = "KittenOS NEO / Everest (windowing)",
v = 3, v = 5,
deps = { deps = {
"neo" "neo"
}, },
@ -125,7 +125,7 @@ return {
}, },
["app-klogo-logo"] = { ["app-klogo-logo"] = {
desc = "KittenOS NEO Logo (data)", desc = "KittenOS NEO Logo (data)",
v = 4, v = 5,
deps = { deps = {
}, },
dirs = { dirs = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB