Jump to content

help w/ HotKeySet


Recommended Posts

EH?

HotKeySet("123","hello")

1+2+3

HotKeySet("\", "InputBox1")

HotKeySet("{END}", "Quit")

HotKeySet("DII","RunDiabloII")

While 1

WEnd

Func InputBox1()

inputbox("Yes Master?","","","",300,10)

EndFunc

Func RunDiabloII()

Run("C:\Program Files\Diablo II\Diablo II.exe")

EndFunc

Func Quit()

Exit

EndFunc

this is the code im using, now then i hit "\" i get my input box and then i type in DII what i see in the inputbox is "II" when i hit

enter it runs diablo II.

now it works without II and it only needs D??

is there a way to make it need more then one and have a auto sticky keys facter so i dont have to hold them all at once??

this is without actually having sticky keys on

thanks

~®affle

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