Add process manager
This commit is contained in:
6
test-hdd/apps/wfkey/index.js
Normal file
6
test-hdd/apps/wfkey/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
__oskrnl.input_onKeyPress(__oskrnl_procd_pid, function (key) {
|
||||
if (key == __oskrnl.app_proc_getArgs(__oskrnl_procd_pid)[0].toUpperCase()) {
|
||||
__oskrnl.app_proc_exit(__oskrnl_procd_pid);
|
||||
return;
|
||||
}
|
||||
});
|
||||
5
test-hdd/apps/wfkey/meta.lam
Normal file
5
test-hdd/apps/wfkey/meta.lam
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"app:name": "wfkey",
|
||||
"app:version": "1.0.0",
|
||||
"app:entrypoint": "index.js"
|
||||
}
|
||||
Reference in New Issue
Block a user