Jump to content

Can I set multiple keys to 1 function?


Recommended Posts

Am I able to do that? For example Ctrl+Shift+A will run the function not only, 1 key.

thx for any info.

Sure you can, you may find having to use specially assigned modifiers to do that. For example to do Ctrl+Shift+A.

HotKeySet("^!a","Function")

^ = Ctrl +

! = Alt +

See Help File for Send() Reference

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