What is the function key of enter?
Like:
FunctionKey(1) = LEFT ctrl...
FunctionKey(2) = LEFT alt...
FunctionKey(3) = LEFT shift...
What is enter??? I know the chr(13) = enter but what is the function key for enter?
HOW TO FIND FUNCTION KEYS:
Program blabla;
begin
repeat
if(IsFunctionKeyDown(.-.-.-ADD IN HERE!!!-.-.-.))then
begin
Writeln('')
end;
until(false)
end;









Reply With Quote


