Jump to content
Macro Express Forums

Type <delete> key to control


hpram99

Recommended Posts

Can't think of how to get this to work, if I send text to control, any keystrokes are interpretted literally, so <shiftd>h<shiftu>i would come out as "<shiftd>h<shiftu>i" not "Hi"

 

I'm trying to send the delete key to a control... how do I do this?

 

I could set focus to Control, then type Delete, however this particular app will pop-up other windows on top, I've been running it like this for months, have had really really bad things happen when it hits "delete" on the wrong window.

Link to comment
Share on other sites

  • 3 weeks later...

Never mind, I found it

 

Set %T1% to ascii code 8

Send test %T1% to control %C1%

 

<ASCIIC:1:1:8><TEXTTYPECT:1:%T1%>

 

Notes:

 

code 127 (the original rub-out code) doesn't work, it must be ascii code 8. Unfortunately I'm finding that not all applications recognize the field as being blank when using this method, as it still contains the "backspace" character.

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.

Loading...
×
×
  • Create New...