Hi guys. I am new here and I am new in AutoIt. I did learned quietly all that I need from autoscript.com and it was OK. But now I have a problem with key press simulation. So if I want you Ctrl+Alt+R I write
Send("^!{R}") but it's just type R in currently active textbox. Or if I want to paste from clipboard I write Send("!{v}") but it's just type V in currently active textbox.