cancel
Showing results for 
Search instead for 
Did you mean: 

Having trouble with Global send keys and "@"

Christopher
Level 5
I have a text data item with an E-mail address in it, when I run the script and global send key event tries to type the E-mail ,the @ turns into "2" as if it's not pressing Alt Gr. Not quite sure what's causing it, when I try to evaluate the expression it works fine.
4 REPLIES 4

aniruddha_gupta
Level 3
Can you try using it with Shift, like ""+2

AtulKumar
Level 3
Hi digss, Instead of ""Global Send Key Event"" use ""Global Send Keys"" and pass the key @ or +2. I hope, it will work. Thanks & Regards, Atul Kumar

Christopher
Level 5
Hello, Apparently I worked when I switched to Send key instead of send key event. Thank you ^^

AtulKumar
Level 3
Hi, I forgot to write in my previous comment, if you want to use the Global Send Key Event then replace @ by {SHIFT}. It will work perfectly. Thanks & Regards Atul Kumar