Jump to content
Press_ALT_F4

how can i send a keycombo

Recommended Posts

hi,

 

i want CTRL + V (paste) send to a field.

i want paste the clipboard.

 

i try for example this:

 

KeyDown(CHR(17));
typetext('v'); 
Wait(50);
KeyUp(CHR(17));

 

or this:

 

KeyDown(CHR(17));
KeyDown('v'); 
Wait(50);
KeyUp('v');
KeyUp(CHR(17));

 

but it dont work it writes only a "V" in the field :(

 

hope for help :)

bye

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...