automation Posted June 3, 2009 Posted June 3, 2009 (edited) Hi, I am new to autoit and looking for help how to access Menu items of Winamp. From keyboard if pressed 'Ctrl+L' it opens Winamp window to load Play URL. But when I use Autoit funtion :Send({Ctrl}+l) it opens File upload window of Winamp. Please help. Thanks Edited June 3, 2009 by automation
Roman9 Posted June 3, 2009 Posted June 3, 2009 (edited) Try Send("^l") Hint: Found in the help file by searching "send" Edited June 3, 2009 by Roman9
automation Posted June 3, 2009 Author Posted June 3, 2009 Try Send("^l")Hint: Found in the help file by searching "send"Thanksit works.
automation Posted June 3, 2009 Author Posted June 3, 2009 Try Send("^l")Hint: Found in the help file by searching "send"Thanksit works.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now