diff --git a/code/apps/app-taskmgr.lua b/code/apps/app-taskmgr.lua index a6daa93..dd9b823 100644 --- a/code/apps/app-taskmgr.lua +++ b/code/apps/app-taskmgr.lua @@ -78,7 +78,7 @@ while true do end if n[3] == "key" then if n[6] then - if n[4] == 8 then + if n[4] == 8 or n[4] == 127 then if consistentProcList[camY] then kill(consistentProcList[camY][1]) end