JSA_modoki.jsl の 7行目は

× if(event && event.ctrltKey) this.withKey += 2;
○ if(event && event.ctrlKey) this.withKey += 2;

ですよね?