Weird stuff has most side effects of ctrl key!
wait till it says about 20 in debug then stop and try using stuff.
SCAR Code:program New;
{.include srl/srl.scar}
var
i: integer;
f,d: string;
begin
repeat
cleardebug
KeyDown(163);
writeln('Pressing a key! ' + inttostr(i));
wait(500)
i := i + 1;
until false;
end.

