Jump to content

hotkeyset function


Recommended Posts

basically, I would like to pass a parameter to the same function from different hotkeysets. It looks something like this but this code will not work:

HotKeySet("^#1", "GoOnline('www.google.com')")
HotKeySet("^#2", "GoOnline('www.yahoo.com')")

Func GoOnline($site)
   ;do something
EndFunc

Maybe thatsgreat2345 is right, I can't.

Thanks.

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...