diff --git a/src/inputs.js b/src/inputs.js index 0c4e183..c6fd3f7 100644 --- a/src/inputs.js +++ b/src/inputs.js @@ -190,7 +190,7 @@ function handle_keyup(e) e.preventDefault(); } -function sendCtrlAltDel() +function sendCtrlAltDel(sc) { if (sc && sc.inputs && sc.inputs.state === "ready"){ var key = new Messages.SpiceMsgcKeyDown();