hpram99 Posted August 20, 2008 Report Share Posted August 20, 2008 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. Quote Link to comment Share on other sites More sharing options...
hpram99 Posted September 4, 2008 Author Report Share Posted September 4, 2008 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.