Jump to content
ben

sending function keys F1, F2

Recommended Posts

hello all

 

first i want to notice -

scar function reference is very incomplete at its best

having said that &

after browsing web for couple of hours i decided to post here

 

 

 

question is very simple

 

how do you send function keys: f1, f2,f3 etc to client FROM script

 

so lets try f1

 

SendKeys(chr(122));

 

nope

 

SendKeysVB('{F1}',true);

 

nope

 

KeyDown(112);

wait(100);

KeyUp(112);

 

still no dope.

 

suggestions?

 

 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
  • Create New...