Jump to content

Hotkeys


patys
 Share

Recommended Posts

Hello, sorry for my bad English but I'm Polish : ). I have problem i want do hotkey. Example: I press F3 and then send("adress(enter)"). How i can write this.

HotKeySet second parameter is a function name, this means that you will have to create a function that contains the action that you want.

for example

HotKeySet("{F3}","_SendFunc")
Func _SendFunc()
Send ("Adress")
Send ("{Enter}")
EndFunc
[font="Impact"]Use the helpfile, It´s one of the best exlusive features of Autoit.[/font]http://support.microsoft.com/kb/q555375ALIBI Run - a replacement for the windows run promptPC Controller - an application for controlling other PCs[size="1"]Science flies us to the moon. Religion flies us into buildings.[/size][size="1"]http://bit.ly/cAMPZV[/size]
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...