Just noticed as I was trying it.
http://docs.villavu.com/simba/script...dkeyboard.html
This should have typed out 0-9 and some of the letters.
Simba Code:program new;
var
i:integer
begin
for i := 30 to 49 do
begin
Keydown(i);
keyup(i);
end;
end.
Just noticed as I was trying it.
http://docs.villavu.com/simba/script...dkeyboard.html
This should have typed out 0-9 and some of the letters.
Simba Code:program new;
var
i:integer
begin
for i := 30 to 49 do
begin
Keydown(i);
keyup(i);
end;
end.
Last edited by mrpickle; 04-13-2017 at 06:00 AM.
A-Z is 65-90
0-9 is 47-57
There are currently 1 users browsing this thread. (0 members and 1 guests)