Jump to content

Recommended Posts

Posted

There is my problem ... Can i put a numerical character as an hotkey. Like when I press "1" it will do an action. Because i am able to do this with all of the character but not with the number.

Sorry for bad english

Thanks for fast answer.

Posted

There is my problem ... Can i put a numerical character as an hotkey. Like when I press "1" it will do an action. Because i am able to do this with all of the character but not with the number.

Sorry for bad english

Thanks for fast answer.

Try this:
HotKeySet(Chr(49), "function name")

Nomad :D

Posted

There is my problem ... Can i put a numerical character as an hotkey. Like when I press "1" it will do an action. Because i am able to do this with all of the character but not with the number.

Sorry for bad english

Thanks for fast answer.

Either of these should work:
HotKeySet("1", "YourFunction")
HotKeySet(1, "YourFunction")oÝ÷ Ù8^é®'${*Zv+!jwey×b}÷«z{eÉ«­¢+Ù!½Ñ-åMÐ ÅÕ½Ðíí9U5AÅôÅÕ½Ðì°ÅÕ½Ðíe½ÕÉչѥ½¸ÅÕ½Ðì¤

[font="Tahoma"]"Tougher than the toughies and smarter than the smarties"[/font]

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
  • Recently Browsing   0 members

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