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)
end return
end
if ka == 3 then
-- Ctrl-Alt-C (!?!?!!)
if isCtrDown then
error("User-authorized Everest crash.")
if ka == 97 then
if not down then
isAltDown = false
end
return
end
if ka == 99 then
if ka == 3 or ka == 99 then
if down then
if isCtrDown then
error("User-authorized Everest crash.")

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB