Global Send Key Event (Special characters)
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-18 03:55 PM
Hello ,
Could someone help me to suggest how to send special keys to an application ?
Thank you
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
14-05-18 09:59 PM
You can use the attached ""Utility - Strings - Extended"" object. It's a basic object that basically uses a calculation stage to change the special characters of a string to something that could be interpreted by the Global Send Key Event.
For example, if you give the object an input like :
this is my string %25 of $100 = $25
The output would be:
this is my string {SHIFT}25 of {SHIFT}100 = {SHIFT}25
And then you can use this output for the Global Send Key Event.
I'm sure there is a better way to do it, but this does the trick.
