Jump to content

HotKeySet <- I need HELP


TGhost
 Share

Recommended Posts

I have a programm that send "00" or "01" or "02".......

I want to catch this value with HotKeySet.

Ok this is no Problem with 01 and bigger value, bacause i can ignore the 0 like this:

HotKeySet("2", "anythig")

but my Problem is the value "00"!!

What can I do, know anybody a solution??

Thanks

Link to comment
Share on other sites

You can only catch one key at a time (or a combonation of keys at once)...you may be able to do somthing like-

hotkeyset("0","Catch0")

while 1

wend

func Catch0()

hotkeyset("1","Done01")

endfunc

func Done1()

whatever

endfunc

basic idea and there's some otehr error handling ect that needs to be there but ehh....

all in all though you're better off trying to find a better way of doing...whatever your trying to do :whistle:

what is the intended function of all this?

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