Jump to content

problem with @HotKeyPressed


Recommended Posts

everytime i run my script it says: error: Unknown macro.

i want to exit this script everytime i hit delete or end and after exit unset the hotkey.

Why isn't the @HotKeyPressed accepted?

While 1

HotKeySet("{DEL}", "Hotkey")

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

Wend

Func Hotkey()

Unsetkey(@HotKeyPressed)

EndFunc

Func Unsetkey($x)

Exit

HotKeySet ($x)

Send ($x)

HotKeySet ($x, "Hotkey")

EndFunc

any comment is welcome

Edited by cageman
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...