codename23 Posted February 16, 2009 Posted February 16, 2009 Hello, I want make HotKeySet for two key (CTRL+x) How i can do it ?
Marlo Posted February 16, 2009 Posted February 16, 2009 By reading the help file Open Autoit help file, hit the index tab then type "hotkeyset" More often then not the help file can answer most of your questions. Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Manjish Posted February 16, 2009 Posted February 16, 2009 HotKeySet("^x","hotkey") msgbox(4096,"press ctrl x","to test this script press ctrl +x") func hotkey() msgbox(4096,"You pressed:","ctrl+x") EndFunc [font="Garamond"]Manjish Naik[/font]Engineer, Global Services - QPSHoneywell Automation India LimitedE-mail - Manjish.Naik@honeywell.com
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