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;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user